Getting this issue…even though I have my views there in both the
projects
and application. Also getting a routes issue "No route matches [GET]
“/projects” when going to projects when I have root :to =>
“projects#index”
defined in my routes file.
Any idea?
- Creating Projects can create a project
Failure/Error: visit ‘/’
ActionView::MissingTemplate:
Missing template projects/index, application/index with
{:handlers=>[:builder, :coffee, :erb], :locale=>[:en],
:formats=>[:html]}.
Searched in:
* “/Users/bradwrage/webapps/ticketee/app/views”./spec/integration/creating_projects_spec.rb:4
Finished in 0.10653 seconds
1 example, 1 failure
Failed examples:
rspec ./spec/integration/creating_projects_spec.rb:3 # Creating Projects
can create a project
Randomized with seed 62008