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:
parent
3a83097ee6
commit
42b9126610
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue