Sha256: 9175ce520cd777a7f10eaf6cebfb3ef17e339f1dcbd1915b435109f52bfd4f2b
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 KB
Contents
# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril. # It is recommended to regenerate this file in the future when you upgrade to a # newer version of cucumber-rails. Consider adding your own code to a new file # instead of editing this one. Cucumber will automatically load all features/**/*.rb # files. ENV["RAILS_ENV"] = "test" require File.expand_path(File.dirname(__FILE__) + '/../../config/environment') require 'cucumber/formatter/unicode' # Remove this line if you don't want Cucumber Unicode support require 'cucumber/rails/rspec' require 'cucumber/rails/world' require 'cucumber/web/tableish' require 'capybara/rails' require 'capybara/cucumber' require 'capybara/session' require 'be_valid_asset' require 'mongoid' require 'database_cleaner' require 'database_cleaner/cucumber' # Capybara defaults to XPath selectors rather than Webrat's default of CSS3. In # order to ease the transition to Capybara we set the default here. If you'd # prefer to use XPath just remove this line and adjust any selectors in your # steps to use the XPath syntax. Capybara.default_selector = :css Capybara.save_and_open_page_path = Rails.root + 'tmp' # How to clean your database when transactions are turned off. See # http://github.com/bmabey/database_cleaner for more info. DatabaseCleaner.strategy = :truncation
Version data entries
5 entries across 5 versions & 2 rubygems