You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing against Sprockets 4, there is test failure:
Error:
AssetsTest#test_coffee-script.js_is_included_in_Sprockets_environment:
Sprockets::Railtie::ManifestNeededError: Expected to find a manifest file in `app/assets/config/manifest.js`
But did not, please create this file and use it to link any assets that need
to be rendered by your app:
Example:
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css
and restart your server
Error:
AssetsTest#test_coffee-script.js_is_included_in_Sprockets_environment:
Errno::ENOENT: No such file or directory @ apply2files - /home/travis/build/rails/coffee-rails/test/tmp/coffee-script.js
rails test test/assets_test.rb:25
The text was updated successfully, but these errors were encountered:
Testing against Sprockets 4, there is test failure:
The text was updated successfully, but these errors were encountered: