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:
Fixing two tests since we are using show instead of a whole revision view. 
DRY.
queso (author)
Fri Apr 18 11:45:43 -0700 2008
commit  8714aa005a0007bc8ed2515f47a9035b31d714c9
tree    596e0cf6439097edf0026bb5eb8dddcce2e2d61e
parent  c173ad3217572f98b2b28b8eabc9a7787cbe290c
...
24
25
26
27
 
28
29
30
...
139
140
141
142
 
143
144
145
...
24
25
26
 
27
28
29
30
...
139
140
141
 
142
143
144
145
0
@@ -24,7 +24,7 @@
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
0
@@ -139,7 +139,7 @@
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.