Sha256: 7e5966f77410c61ed97739cff2cfa31295d42737f992287683dfb423aed441e4

Contents?: true

Size: 456 Bytes

Versions: 348

Compression:

Stored size: 456 Bytes

Contents

# Sets up the Rails environment for Cucumber
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + '/../../config/environment')
require 'factory_girl'
require 'cucumber/rails/world'
require 'cucumber/formatter/unicode' # Comment out this line if you don't want Cucumber Unicode support
Cucumber::Rails.use_transactional_fixtures
Cucumber::Rails.bypass_rescue

require 'webrat'

Webrat.configure do |config|
  config.mode = :rails
end

Version data entries

348 entries across 348 versions & 11 rubygems

Version Path
uploader-3.1.4 test/rails_test/features/support/env.rb
uploader-3.1.3 test/rails_test/features/support/env.rb
uploader-3.1.2 test/rails_test/features/support/env.rb
uploader-3.1.1 test/rails_test/features/support/env.rb
uploader-3.1.0 test/rails_test/features/support/env.rb
muck-engine-0.4.34 test/rails_root/features/support/env.rb
muck-services-0.1.47 test/rails_root/features/support/env.rb
overlord-3.0.2 test/rails_test/features/support/env.rb
uploader-3.0.2 test/rails_test/features/support/env.rb
muck-engine-0.4.33 test/rails_root/features/support/env.rb
muck-engine-0.4.32 test/rails_root/features/support/env.rb
overlord-3.0.1 test/rails_test/features/support/env.rb
uploader-3.0.1 test/rails_test/features/support/env.rb
disguise-3.0.2 test/rails_test/features/support/env.rb
muck-services-0.1.46 test/rails_root/features/support/env.rb
overlord-3.0.0 test/rails_test/features/support/env.rb
disguise-3.0.1 test/rails_test/features/support/env.rb
disguise-3.0.0 test/rails_test/features/support/env.rb
disguise-2.0.0 test/rails_root/features/support/env.rb
uploader-3.0.0 test/rails_test/features/support/env.rb