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

Fix test now that cable is in there by default too

This commit is contained in:
David Heinemeier Hansson 2015-12-16 22:02:43 +01:00
parent 3a83097ee6
commit 42b9126610

View file

@ -410,7 +410,7 @@ module ApplicationTests
precompile!
assert_equal "Post;\n", File.read(Dir["#{app_path}/public/assets/application-*.js"].first)
assert_match /Post;/, File.read(Dir["#{app_path}/public/assets/application-*.js"].first)
end
test "initialization on the assets group should set assets_dir" do