Skip to content

Commit

Permalink
Added ability to use production? call on mock object
Browse files Browse the repository at this point in the history
  • Loading branch information
astupka committed Oct 26, 2010
1 parent 31932e6 commit 44c91b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blueprints.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module VERSION
end

def self.env
"test"
ActiveSupport::StringInquirer.new("test")
end

def self.root
Expand Down

0 comments on commit 44c91b5

Please sign in to comment.