Sha256: 8876f25a4ef78493fe6917f654b410c0e2e5baa99f09d1a97a4cb1794f144c8e
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
require 'test_helper' class InheritNavigationTest < ActiveSupport::IntegrationCase test 'default index' do visit('/rails/routes') save_and_open_page assert has_content?('foo_index') assert has_content?('/foo(.:format)') assert has_content?('foo#index') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sextant-0.1.1 | test/integration/sextant_test.rb |
sextant-0.1.0 | test/integration/sextant_test.rb |