spec/spec_helper.rb in lita-3.2.0 vs spec/spec_helper.rb in lita-3.3.0

- old
+ new

@@ -12,11 +12,8 @@ require "lita/rspec" RSpec.configure do |config| config.mock_with :rspec do |mocks_config| mocks_config.verify_doubled_constant_names = true - # Enable config option when a new rspec-mocks beta including this patch is released: - # https://github.com/rspec/rspec-mocks/pull/615 - # - # mocks_config.verify_partial_doubles = true + mocks_config.verify_partial_doubles = true end end