Whitespace

This commit is contained in:
Mitchell Hashimoto 2010-01-29 20:40:43 -08:00
parent ed22b555f4
commit 5f5b080464
3 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
require File.join(File.dirname(__FILE__), '..', 'test_helper')
class ConfigTest < Test::Unit::TestCase
context "Hobo configuration" do
setup do
@settings = {:a => { :b => 1}}

View File

@ -1,7 +1,6 @@
require File.join(File.dirname(__FILE__), '..', 'test_helper')
class EnvTest < Test::Unit::TestCase
context "Hobo environment handler" do
setup do
@handler = Hobo::Env

View File

@ -13,6 +13,7 @@ ENVERR
exit
end
# This silences logger output
ENV['HOBO_ENV'] = 'test'
# ruby-debug, not necessary, but useful if we have it