Skip to content

Commit

Permalink
rezpect config options!
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap committed Apr 4, 2009
1 parent 9d5496e commit 496ef19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Expand Up @@ -5,10 +5,10 @@
require 'rack/test'

# set test environment
set :environment, :test
set :run, false
set :raise_errors, true
set :logging, false
Sinatra::Base.set :environment, :test
Sinatra::Base.set :run, false
Sinatra::Base.set :raise_errors, true
Sinatra::Base.set :logging, false

require 'application'

Expand Down

0 comments on commit 496ef19

Please sign in to comment.