spec/spec_helper.rb in ruby_ami-2.4.0 vs spec/spec_helper.rb in ruby_ami-3.0.0
- old
+ new
@@ -8,9 +8,10 @@
RSpec.configure do |config|
config.mock_with :rspec
config.filter_run :focus => true
config.run_all_when_everything_filtered = true
+ config.raise_errors_for_deprecations!
config.before :each do
uuid = RubyAMI.new_uuid
RubyAMI.stub :new_uuid => uuid
end