spec/spec_helper.rb in grape-0.9.0 vs spec/spec_helper.rb in grape-0.10.0
- old
+ new
@@ -22,6 +22,8 @@
I18n.enforce_available_locales = false
RSpec.configure do |config|
config.include Rack::Test::Methods
config.raise_errors_for_deprecations!
+
+ config.before(:each) { Grape::Util::InheritableSetting.reset_global! }
end