Ticket #615: r760-fix-failing-unit-test.diff
| File r760-fix-failing-unit-test.diff, 0.5 kB (added by matt@jupiter-labs.com, 6 months ago) |
|---|
-
spec/controllers/site_controller_spec.rb
old new 2 2 3 3 describe SiteController, "routes page requests" do 4 4 scenario :pages 5 6 before(:each) do 7 # don't bork results with stale cache items 8 controller.cache.clear 9 end 5 10 6 11 it "should find and render home page" do 7 12 get :show_page, :url => ''
