Sha256: a555be9aa8e863bdfcc3e56f306b02d3b9896bae9e3303170510187403cf6516

Contents?: true

Size: 574 Bytes

Versions: 16

Compression:

Stored size: 574 Bytes

Contents

# Sets up the Rails environment for Cucumber
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + '/../../config/environment')
require 'cucumber/rails/world'
Cucumber::Rails.use_transactional_fixtures

require 'webrat'
require 'cucumber/rails/rspec'
require 'webrat/core/matchers'

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



require File.expand_path(File.dirname(__FILE__) + '../../../../../lib/email_spec')
require 'email_spec/cucumber'

require File.expand_path(File.dirname(__FILE__) +'/../../spec/model_factory.rb')
World(Fixjour)

Version data entries

16 entries across 16 versions & 8 rubygems

Version Path
basiszwo-email_spec-0.1.3 examples/rails_root/features/support/env.rb
bmabey-email_spec-0.1.3 examples/rails_root/features/support/env.rb
bmabey-email_spec-0.1.4 examples/rails_root/features/support/env.rb
bmabey-email_spec-0.2.0 examples/rails_root/features/support/env.rb
bmabey-email_spec-0.2.1 examples/rails_root/features/support/env.rb
bmabey-email_spec-0.3.0 examples/rails_root/features/support/env.rb
craigw-email_spec-0.1.4 examples/rails_root/features/support/env.rb
hectoregm-email_spec-0.1.2 examples/rails_root/features/support/env.rb
hectoregm-email_spec-0.1.3 examples/rails_root/features/support/env.rb
leondu-email_spec-0.1.4 examples/rails_root/features/support/env.rb
rainchen-email_spec-0.1.4 examples/rails_root/features/support/env.rb
tpitale-email_spec-0.2.1 examples/rails_root/features/support/env.rb
tpitale-email_spec-0.2.2 examples/rails_root/features/support/env.rb
email_spec-0.3.0 examples/rails_root/features/support/env.rb
email_spec-0.2.1 examples/rails_root/features/support/env.rb
email_spec-0.2.0 examples/rails_root/features/support/env.rb