mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
5 lines
179 B
Ruby
5 lines
179 B
Ruby
|
# Define a bare test case to use with Capybara
|
||
|
class ActiveSupport::IntegrationCase < ActiveSupport::TestCase
|
||
|
include Capybara
|
||
|
include Rails.application.routes.url_helpers
|
||
|
end
|