Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Dec 17, 2015
1 parent 9b28b25 commit 80ba81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/assets_test.rb
Expand Up @@ -410,7 +410,7 @@ class ::PostsController < ActionController::Base ; end

precompile!

assert_match /Post;/, 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
Expand Down

0 comments on commit 80ba81d

Please sign in to comment.