Skip to content

Commit

Permalink
Disable sinatra's app run and reload
Browse files Browse the repository at this point in the history
  • Loading branch information
foca committed Dec 29, 2008
1 parent 6d10839 commit 6704d48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/webrat/sinatra.rb
Expand Up @@ -2,6 +2,9 @@
require 'sinatra'
require 'sinatra/test/methods'

disable :run
disable :reload

module Webrat
class SinatraSession < RackSession #:nodoc:
include Sinatra::Test::Methods
Expand Down

0 comments on commit 6704d48

Please sign in to comment.