tests/features/support/env.rb in ruby-station-0.1.3 vs tests/features/support/env.rb in ruby-station-0.1.4.rc1
- old
+ new
@@ -4,10 +4,10 @@
gem 'ramaze', '>= 2009.07'
gem 'rack-test', '>= 0.5.0'
gem 'webrat', '>= 0.5.3'
require 'ramaze'
-Ramaze.options.started = true
+#Ramaze.options.started = true
require __DIR__("../../test_helper.rb")
load TESTS_DIR/"../bin/ruby-station"
require 'spec/expectations'
require 'rack/test'