Don't force expose_dsl_globally=false

Don't force expose_dsl_globally=false on driver maintainers
This commit is contained in:
Thomas Walpole 2014-04-03 12:47:40 -07:00
parent 44ab4b7e6b
commit 096c1fe832
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ require 'capybara/rspec/matchers'
require 'capybara/rspec/features'
RSpec.configure do |config|
config.expose_dsl_globally = false if config.respond_to? :expose_dsl_globally
config.include Capybara::DSL, :type => :feature
config.include Capybara::RSpecMatchers, :type => :feature