Sha256: 4df8d6a34e944b38a2054a60482085fc573e2439ec6f74376dd15adb8661d671

Contents?: true

Size: 270 Bytes

Versions: 7

Compression:

Stored size: 270 Bytes

Contents

require File.expand_path('test_helper', File.dirname(__FILE__))

class ApiDocs::DocsControllerTest < ActionController::TestCase
  
  def test_get_index
    get :index
    assert_response :success
    assert assigns(:api_controllers)
    assert_template :index
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
api_docs-1.0.6 test/docs_controller_test.rb
api_docs-1.0.5 test/docs_controller_test.rb
api_docs-1.0.4 test/docs_controller_test.rb
api_docs-1.0.3 test/docs_controller_test.rb
api_docs-1.0.2 test/docs_controller_test.rb
api_docs-1.0.1 test/docs_controller_test.rb
api_docs-1.0.0 test/docs_controller_test.rb