test/support/integration_case.rb in attachment_magick-0.3 vs test/support/integration_case.rb in attachment_magick-0.3.1

- old
+ new

@@ -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 \ No newline at end of file