Cross Reference:
xref
: /
ontohub
/
test
/
integration_test_helper.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
integration_test_helper.rb revision dd0f340137b6febe1da16c6302a8da7e0c5cced4
425
N/A
require
"test_helper"
425
N/A
require
"
capybara
/
rails
"
425
N/A
425
N/A
module
ActionController
425
N/A
class
IntegrationTest
425
N/A
include
Capybara
::
DSL
425
N/A
end
425
N/A
end