spec/spec_helper.rb in license_finder-0.6.0 vs spec/spec_helper.rb in license_finder-0.7.0
- old
+ new
@@ -9,7 +9,7 @@
Dir[File.join(File.dirname(__FILE__), 'support', '**', '*.rb')].each do |file|
require file
end
RSpec.configure do |config|
- config.mock_with :rr
+ config.mock_with :rspec
end