Skip to content

Commit

Permalink
Running specs according to the DEBUG env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Jun 11, 2009
1 parent ec647c5 commit f93742e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
require "cache/sinatra/redis_store"

class Redis; attr_reader :host, :port, :db end
$DEBUG = ENV["DEBUG"] === "true"

0 comments on commit f93742e

Please sign in to comment.