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