lib/rubocop/cop/rspec/subject_stub.rb in rubocop-rspec-1.32.0 vs lib/rubocop/cop/rspec/subject_stub.rb in rubocop-rspec-1.33.0
- old
+ new
@@ -18,10 +18,10 @@
# end
#
class SubjectStub < Cop
include RuboCop::RSpec::TopLevelDescribe
- MSG = 'Do not stub your test subject.'.freeze
+ MSG = 'Do not stub your test subject.'
# @!method subject(node)
# Find a named or unnamed subject definition
#
# @example anonymous subject