Sha256: 573637a5320a8047a9289557efae63609dd2c54b6c54deceaf1f82359d44415d

Contents?: true

Size: 178 Bytes

Versions: 3

Compression:

Stored size: 178 Bytes

Contents

require 'test_helper'

class NavigationTest < ActionDispatch::IntegrationTest
  test 'can render home page' do
    visit root_path
    assert page.has_text? 'Joe Doe'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ember-appkit-rails-0.1.2 test/integration/navigation_test.rb
ember-appkit-rails-0.1.1 test/integration/navigation_test.rb
ember-appkit-rails-0.0.1 test/integration/navigation_test.rb