From d9484f5caf31c0228939a6c333ee77dfd3d648f3 Mon Sep 17 00:00:00 2001 From: Steve Polito Date: Tue, 28 Nov 2023 16:58:06 -0500 Subject: [PATCH] Modify `suspenders:styles` These modifications were not captured before merging the #1145, presumably because of an issue with GitHub CLI. --- test/generators/suspenders/styles_generator_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/generators/suspenders/styles_generator_test.rb b/test/generators/suspenders/styles_generator_test.rb index 2e57799f0..a495ea9af 100644 --- a/test/generators/suspenders/styles_generator_test.rb +++ b/test/generators/suspenders/styles_generator_test.rb @@ -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";