Skip to content

Commit

Permalink
Use Rack::Lint to test the rack session
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Jun 24, 2009
1 parent 8cda773 commit 4c010d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/integration/rack/test/test_helper.rb
Expand Up @@ -15,6 +15,9 @@ class Test::Unit::TestCase
include Webrat::Matchers

def app
RackApp.new
Rack::Builder.new {
use Rack::Lint
run RackApp.new
}
end
end

0 comments on commit 4c010d1

Please sign in to comment.