public
Fork of queso/signal-wiki
Description: The easy to use rails wiki
Homepage: http://signalwiki.com
Clone URL: git://github.com/pyu10055/signal-wiki.git
Search Repo:
Make that three.
queso (author)
Fri Apr 18 11:46:30 -0700 2008
commit  780fd0bb35138e2b9de47f37e8db0cd0b5b9a8e8
tree    bbdb20417a3aa0d6381f9d06b6e48c236e6a07ca
parent  8714aa005a0007bc8ed2515f47a9035b31d714c9
...
205
206
207
208
 
209
210
211
...
205
206
207
 
208
209
210
211
0
@@ -205,7 +205,7 @@ describe PagesController, "a user logged in as admin" do
0
 
0
     get :revision, :id => page.permalink, :version => page.version - 1
0
     response.should be_success
0
- response.should render_template("revision")
0
+ response.should render_template("show")
0
   end
0
   
0
   it "searches for pages" do

Comments

    No one has commented yet.