1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Skip apparently-troublesome test on CI for now"

This reverts commit bdb0610c10.
This commit is contained in:
Yasuo Honda 2022-03-01 13:45:12 +09:00
parent c689263e2b
commit a51e77053c

View file

@ -774,8 +774,6 @@ class AppGeneratorTest < Rails::Generators::TestCase
end
def test_css_option_with_cssbundling_gem
skip if ENV["CI"]
run_generator [destination_root, "--css", "postcss", "--no-skip-bundle"]
assert_gem "cssbundling-rails"
assert_file "app/assets/stylesheets/application.postcss.css"