In a Hartl Rails tutorial, instructions should generate a template test using $ rails generate integration_test site_layout
I get an error
/Users/AlfonsoGiron/.rvm/gems/ruby-2.2.1/gems/sprockets-3.5.2/lib/sprockets/manifest.rb:73:in 'read': Is a directory @ io_fread - /Users/AlfonsoGiron/sample_app/public/assets (Errno::EISDIR)'followed by several lines
from /Users/AlfonsoGiron/.rvm/gems/ruby-2.2.1.. etc. etc.
So, I see that it points to the "assets" in the directory. Not sure what I should do to fix the error. Any ideas?
source
share