spec/spec_helper.rb in lita-3.1.0 vs spec/spec_helper.rb in lita-3.2.0
- old
+ new
@@ -12,11 +12,11 @@
require "lita/rspec"
RSpec.configure do |config|
config.mock_with :rspec do |mocks_config|
mocks_config.verify_doubled_constant_names = true
- # Enable config option this when a new rspec-mocks beta including this patch is released:
- # https://github.com/rspec/rspec-mocks/pull/466
+ # 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
end
end