spec/spec_helper.rb in architect4r-0.4 vs spec/spec_helper.rb in architect4r-0.4.1

- old
+ new

@@ -8,11 +8,10 @@ TEST_SERVER_CONFIG = { :environment => :test, :config => { :host => 'localhost', :port => '7474', - :path => '', - :log_level => 'OFF' + :path => '' } } TEST_SERVER = Architect4r::Server.new(TEST_SERVER_CONFIG) end \ No newline at end of file