public
Rubygem
Fork of bmizerany/sinatra
Description: Classy web-development dressed in a DSL
Homepage: http://sinatrarb.com
Clone URL: git://github.com/avdi/sinatra.git
Updated RSpec integration to work with RSPec 1.1.3
avdi (author)
Mon May 26 19:58:23 -0700 2008
commit  c087322d2e6bdf21c2b52e4fdf98b48ec0b3d0aa
tree    d67f7ff8b96e0294aa1efc36b522f1e91390087c
parent  07f254733192d114d59143b997ee51a4ca003a48
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 require File.dirname(__FILE__) + '/unit'
0
-require 'test/spec'
0
+require 'spec/interop/test'
0
 
0
 class Test::Unit::TestCase
0
   

Comments