Sha256: c9210c2616aaacbab79fa83524ffce86699eff6cb32f2f87679c7c81a701f5fe

Contents?: true

Size: 251 Bytes

Versions: 1

Compression:

Stored size: 251 Bytes

Contents

require 'test_helper'

class NavigationTest < ActionDispatch::IntegrationTest
  # test "the truth" do
  #   assert true
  # end

  test 'page loads' do
    assert_nothing_raised do
      visit '/posts'
      page.raise_server_error!
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ndr_ui-1.12.2 test/integration/navigation_test.rb