Skip to content

Commit

Permalink
Modify suspenders:styles
Browse files Browse the repository at this point in the history
These modifications were not captured before merging the #1145,
presumably because of an issue with GitHub CLI.
  • Loading branch information
stevepolitodesign committed Nov 28, 2023
1 parent fb093dc commit d9484f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generators/suspenders/styles_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class StylesGenerator::PostCssTest < Rails::Generators::TestCase
setup :prepare_destination
teardown :restore_destination

test "installs normalize and imports stylesheets" do
test "installs modern-normalize and imports stylesheets" do
output = run_generator %w[--css=postcss]
application_stylesheet = <<~TEXT
@import "modern-normalize";
Expand Down

0 comments on commit d9484f5

Please sign in to comment.