throw :halt
[sinatra.git] / lib / sinatra / test / spec.rb
blob126d1df260f4438ed5f8450b6206c06a4afe7cc4
1 require File.dirname(__FILE__) + '/../test'
2 require 'test/spec'
4 class Test::Unit::TestCase
5   
6   def should
7     @response.should
8   end
9   
10 end