Closed
Description
Hi,
in my tests that require the views to be rendered I get these:
5) App::BoardsController regular user doesn't see boards he's not part of
Failure/Error: get :index
ActionView::Template::Error:
couldn't find file 'generated/vendor-bundle'
(in /home/ubuntu/hubstaff-projects/app/assets/javascripts/application.js:7)
# ./app/views/layouts/application.haml:17:in `_app_views_layouts_application_haml__1848313640771384837_121778940'
# ./spec/controllers/app/boards_controller_spec.rb:163:in `block (3 levels) in <top (required)>'
Is there a command I can run to make sure the files are there before the test starts?
Activity