lib/rubocop/cop/rspec/expect_actual.rb in rubocop-rspec-1.32.0 vs lib/rubocop/cop/rspec/expect_actual.rb in rubocop-rspec-1.33.0
- old
+ new
@@ -15,10 +15,10 @@
# expect(price).to eq(5)
# expect(pattern).to eq(/foo/)
# expect(name).to eq("John")
#
class ExpectActual < Cop
- MSG = 'Provide the actual you are testing to `expect(...)`.'.freeze
+ MSG = 'Provide the actual you are testing to `expect(...)`.'
SIMPLE_LITERALS = %i[
true
false
nil