Displaying 1 result from an estimated 1 matches for "pages_helper_spec".
2011 Nov 25
4
Sprockets File not Found Exception.
...spec/controllers/pages_controller_spec.rb
create spec/views/pages
create spec/views/pages/home.html.erb_spec.rb
create spec/views/pages/contact.html.erb_spec.rb
invoke helper
create app/helpers/pages_helper.rb
invoke rspec
create spec/helpers/pages_helper_spec.rb
invoke assets
invoke js
create app/assets/javascripts/pages.js
invoke css
create app/assets/stylesheets/pages.css
Just wanted to know where the problem could be and where to look? I am
accessing the page by the URL: http://localhost:3000/pages/home
--...