Sha256: ce8e084fd02120bdae1bdb9cb3020f079c56b40b10f5c112589dca2ff49eb716

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 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

4 entries across 4 versions & 1 rubygems

Version Path
sextant-0.2.1 test/integration/sextant_test.rb
sextant-0.2.0 test/integration/sextant_test.rb
sextant-0.1.3 test/integration/sextant_test.rb
sextant-0.1.2 test/integration/sextant_test.rb