Sha256: 4cb1141a54250aaeb02df38e3c5ac0c32c8ac54d5e13b7c1aaef75ffbe4ca0ce

Contents?: true

Size: 240 Bytes

Versions: 12

Compression:

Stored size: 240 Bytes

Contents

require 'test_helper'

class NavigationTest < ActiveSupport::IntegrationCase
  test "" do
    assert_kind_of Dummy::Application, Rails.application
  end

  test "reporting navigation" do
    visit cohortly_reports_path
    
    
  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cohortly-0.0.93 test/integration/navigation_test.rb
cohortly-0.0.92 test/integration/navigation_test.rb
cohortly-0.0.9.1 test/integration/navigation_test.rb
cohortly-0.0.9 test/integration/navigation_test.rb
cohortly-0.0.8 test/integration/navigation_test.rb
cohortly-0.0.7 test/integration/navigation_test.rb
cohortly-0.0.6 test/integration/navigation_test.rb
cohortly-0.0.5 test/integration/navigation_test.rb
cohortly-0.0.4 test/integration/navigation_test.rb
cohortly-0.0.3 test/integration/navigation_test.rb
cohortly-0.0.2 test/integration/navigation_test.rb
cohortly-0.0.1 test/integration/navigation_test.rb