Skip to content

Commit

Permalink
Fix skipped rubocop test typo (#50519)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Jan 1, 2024
1 parent dca72da commit 6069eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/app_generator_test.rb
Expand Up @@ -636,7 +636,7 @@ def test_inclusion_of_rubocop
def test_rubocop_is_skipped_if_required
run_generator [destination_root, "--skip-rubocop"]

assert_no_gem "rubocop"
assert_no_gem "rubocop-rails-omakase"
assert_no_file "bin/rubocop"
assert_no_file ".rubocop.yml"
end
Expand Down

0 comments on commit 6069eba

Please sign in to comment.