public
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://gitrdoc.com/brynary/webrat/tree/master/
Clone URL: git://github.com/brynary/webrat.git
Adding merb app for integration testing
brynary (author)
Sun Dec 28 23:10:05 -0800 2008
commit  2562942b6db665ee171bb15b907fdb4ab6ab2bf7
tree    91b03ee423cbb91cf470e1b8eed6fba60f5808ff
parent  add38820e58cba6a7e1ee62155c29480a9d1d913
...
110
111
112
 
 
 
 
 
113
114
115
...
110
111
112
113
114
115
116
117
118
119
120
0
@@ -110,6 +110,11 @@ namespace :spec do
0
       result = system "rake test:integration"
0
       raise "Tests failed" unless result
0
     end
0
+    
0
+    Dir.chdir "spec/integration/merb" do
0
+      result = system "rake spec"
0
+      raise "Tests failed" unless result
0
+    end
0
   end
0
 end
0
 

Comments