Whitespace
This commit is contained in:
parent
ed22b555f4
commit
5f5b080464
|
@ -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}}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue