Sha256: 2697e527308cfb5a8c9082dd978958a02a24351110b410c14a7fb64bc85c40c4

Contents?: true

Size: 511 Bytes

Versions: 33

Compression:

Stored size: 511 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/rails'

# Comment out the next two lines if you're not using RSpec's matchers (should / should_not) in your steps.
require 'cucumber/rails/rspec'
# require 'webrat/rspec-rails'

require File.join(File.dirname(__FILE__), "/../../spec/resources/models/person")

Version data entries

33 entries across 33 versions & 5 rubygems

Version Path
cavalle-rspec-rails-1.2.2.0.1 features/support/env.rb
cavalle-rspec-rails-1.2.2.0.2 features/support/env.rb
cavalle-rspec-rails-1.2.3.1 features/support/env.rb
cavalle-rspec-rails-1.2.4.0.1 features/support/env.rb
dchelimsky-rspec-rails-1.1.11.4 features/support/env.rb
dchelimsky-rspec-rails-1.1.11.5 features/support/env.rb
dchelimsky-rspec-rails-1.1.11.6 features/support/env.rb
dchelimsky-rspec-rails-1.1.11.7 features/support/env.rb
dchelimsky-rspec-rails-1.1.12 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.1 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.13 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.2 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.3 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.4 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.5 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.6 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.7 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.8 features/support/env.rb
dchelimsky-rspec-rails-1.1.99.9 features/support/env.rb
mcmire-rspec-rails-1.1.99.9 features/support/env.rb