Fix deprecation warning about Capybara

This commit is contained in:
Angelo Lakra & Jason Noble 2012-03-08 14:06:33 -07:00
parent a6c5e52902
commit 1094875b8a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Define a bare test case to use with Capybara
class ActiveSupport::IntegrationCase < ActiveSupport::TestCase
include Capybara
include Capybara::DSL
include Rails.application.routes.url_helpers
end