Skip to content

Commit

Permalink
Merge pull request twbs#1018 from takiy33/fix-capybara
Browse files Browse the repository at this point in the history
Require capybara/dsl instead of capybara
  • Loading branch information
glebm committed Feb 6, 2016
2 parents 31acbea + ec53b46 commit f17b502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/dummy_rails_integration.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'capybara'
require 'capybara/dsl'
require 'fileutils'
module DummyRailsIntegration
include Capybara::DSL
Expand Down

0 comments on commit f17b502

Please sign in to comment.