Skip to content

Commit

Permalink
ignore rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kokuyouwind committed Jan 31, 2024
1 parent 3946bce commit 4ec0db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rbs_goose/templates/default_template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

let(:instruction) { 'This is example instruction.' }

it 'returns formatted prompt' do
it 'returns formatted prompt' do # rubocop:disable RSpec/ExampleLength
expect(subject).to eq(<<~PROMPT)
This is example instruction.
Expand Down

0 comments on commit 4ec0db3

Please sign in to comment.