lib/gorgon/rspec_runner.rb in gorgon-0.10.1 vs lib/gorgon/rspec_runner.rb in gorgon-0.10.2

- old
+ new

@@ -31,10 +31,10 @@ def keep_config_modules orig_configuration = ::RSpec.configuration.clone yield ensure - RSpec.reset + ::RSpec.reset ::RSpec.instance_variable_set(:@configuration, orig_configuration) end end end