spec/spec_helper.rb in pliny-0.17.0 vs spec/spec_helper.rb in pliny-0.17.1
- old
+ new
@@ -20,10 +20,10 @@
RSpec.configure do |config|
config.include Rack::Test::Methods
config.expect_with :minitest
- config.mock_with :rr
+ config.mock_with :rspec
config.run_all_when_everything_filtered = true
config.filter_run :focus
config.before :each do
Pliny::RequestStore.clear!