features/support/env.rb in 360_services-0.0.1 vs features/support/env.rb in 360_services-0.0.2
- old
+ new
@@ -1,6 +1,6 @@
-ENV['SORENSON_ENV'] = "cucumber"
+ENV['RAILS_ENV'] = "cucumber"
require 'rubygems'
require 'cucumber/formatter/unicode' # Remove this line if you don't want Cucumber Unicode support
require 'webrat'
require 'webrat/core/matchers'
require 'fakeweb'
@@ -8,6 +8,6 @@
require "#{File.dirname(__FILE__)}/../../lib/sorenson/services.rb"
Webrat.configure do |config|
config.mode = :rails
config.open_error_files = false # Set to true if you want error pages to pop up in the browser
-end
\ No newline at end of file
+end