diff --git a/spec/rubocop/cop/rspec/context_method_spec.rb b/spec/rubocop/cop/rspec/context_method_spec.rb index 3c6b3cca3..2b13a31e9 100644 --- a/spec/rubocop/cop/rspec/context_method_spec.rb +++ b/spec/rubocop/cop/rspec/context_method_spec.rb @@ -13,7 +13,7 @@ it 'ignores context without `.` or `#` at the beginning' do expect_no_offenses(<<-RUBY) - context '_foo_bar' do + context "when it's sunny" do end RUBY end