Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 3, 2020
1 parent 511ebea commit da64cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/cop/rails/http_positional_arguments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
RUBY
end

it 'registers an offense for get method with `:to` option' do
it 'does not register an offense for get method with `:to` option' do
expect_no_offenses(<<~RUBY)
get '/test', to: 'admin/admin#test'
RUBY
Expand Down

0 comments on commit da64cc2

Please sign in to comment.