Sha256: 953b6b0b4b6aa7571d341dc942079af28dafdcbcb44a40c8c7d428c2f7b268c8

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 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

2 entries across 2 versions & 1 rubygems

Version Path
apidae-0.7.5 test/controllers/apidae/dashboard_controller_test.rb
apidae-0.7.4 test/controllers/apidae/dashboard_controller_test.rb