Commit e839a89d8c56a635e46e16b363f9c09055dc3a24

Authored by Braulio Bhavamitra
1 parent f4d6132d
Exists in staging

cucumber/env: remove unecessary require

Showing 1 changed file with 0 additions and 7 deletions   Show diff stats
features/support/env.rb
1   -# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril.
2   -# It is recommended to regenerate this file in the future when you upgrade to a
3   -# newer version of cucumber-rails. Consider adding your own code to a new file
4   -# instead of editing this one. Cucumber will automatically load all features/**/*.rb
5   -# files.
6   -
7 1 ENV["RAILS_ENV"] ||= "cucumber"
8 2  
9   -require File.expand_path(File.dirname(__FILE__) + '/../../config/environment')
10 3 require 'cucumber/rails'
11 4  
12 5 Capybara.ignore_hidden_elements = true
... ...