Skip to content

Commit

Permalink
change example to resemble real usages
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj authored Jan 11, 2023
1 parent 895730f commit f3660dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/cop/rspec/context_method_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3660dd

Please sign in to comment.