Sha256: b8b4df6acaf8d208e3bfba561eb0e9a44a32bd5c69c2935be2890d88609f9ba0

Contents?: true

Size: 248 Bytes

Versions: 162

Compression:

Stored size: 248 Bytes

Contents

require 'test_helper'

module Apidae
  class DashboardControllerTest < ActionController::TestCase
    setup do
      @routes = Engine.routes
    end

    test "should get index" do
      get :index
      assert_response :success
    end

  end
end

Version data entries

162 entries across 162 versions & 1 rubygems

Version Path
apidae-2.0.3 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.15 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.14 test/controllers/apidae/dashboard_controller_test.rb
apidae-2.0.2 test/controllers/apidae/dashboard_controller_test.rb
apidae-2.0.1 test/controllers/apidae/dashboard_controller_test.rb
apidae-2.0.0 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.13 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.12 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.11 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.10 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.9 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.8 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.7 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.6 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.5 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.4 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.4.3 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.2.35 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.2.34 test/controllers/apidae/dashboard_controller_test.rb
apidae-1.2.33 test/controllers/apidae/dashboard_controller_test.rb