gravityblast / web-app-theme

A simple theme for web apps
Other
2.45k stars 387 forks source link

Rspec view tests fail after theming a scaffold #13

Open cayblood opened 13 years ago

cayblood commented 13 years ago

If I generate a scaffold with

rails g scaffold items

Then run rake, all the specs pass correctly except a couple of pending ones. But if I apply the web-app-theme with

rails g web_app_theme:themed items --with_will_paginate

and then run rake, I start getting errors like:

No route matches {:action=>"edit", :controller=>"items"} No route matches {:action=>"destroy", :controller=>"items"}