From e839a89d8c56a635e46e16b363f9c09055dc3a24 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Fri, 9 Sep 2016 23:09:42 -0300 Subject: [PATCH] cucumber/env: remove unecessary require --- features/support/env.rb | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/features/support/env.rb b/features/support/env.rb index 0c85ef5..81041e3 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -1,12 +1,5 @@ -# 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"] ||= "cucumber" -require File.expand_path(File.dirname(__FILE__) + '/../../config/environment') require 'cucumber/rails' Capybara.ignore_hidden_elements = true -- libgit2 0.21.2