Sha256: 6a16267ff64e292fdfdde83e459e116c085b828d74d7bea33d75675c6146533a
Contents?: true
Size: 721 Bytes
Versions: 9
Compression:
Stored size: 721 Bytes
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" ENV["RAILS_ROOT"] ||= File.expand_path(File.dirname(__FILE__) + '/../../cucumber_test_app') Bundler.setup require 'simplecov' require 'codecov' SimpleCov.formatter = SimpleCov::Formatter::Codecov require 'capybara' require 'cucumber/rails' Capybara.default_selector = :css ActionController::Base.allow_rescue = false DatabaseCleaner.strategy = :truncation
Version data entries
9 entries across 9 versions & 1 rubygems