Skip to content

Commit

Permalink
Restore file
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepolitodesign committed Mar 8, 2024
1 parent 3f0cb35 commit 8b00d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generators/suspenders/rake_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RakeGeneratorTest < Rails::Generators::TestCase
run_generator

assert_file app_root("Rakefile") do |file|
assert_match(/task default: "suspenders:rake"/, file)
assert_match /task default: "suspenders:rake"/, file
end
end

Expand Down

0 comments on commit 8b00d2d

Please sign in to comment.