Sha256: e99fca08639ae7f2ce8835bfac786b057815c24368be8cd76016d75ede798244

Contents?: true

Size: 176 Bytes

Versions: 5

Compression:

Stored size: 176 Bytes

Contents

require 'test_helper'

class IndexControllerTest < ActionDispatch::IntegrationTest
  test "should get index" do
    get index_index_url
    assert_response :success
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
learnosity-sdk-0.3.0 docs/quickstart/lrn-sdk-rails/test/controllers/index_controller_test.rb
learnosity-sdk-0.2.2 docs/quickstart/lrn-sdk-rails/test/controllers/index_controller_test.rb
learnosity-sdk-0.2.1 examples/lrn-sdk-rails/test/controllers/index_controller_test.rb
learnosity-sdk-0.2.0 examples/lrn-sdk-rails/test/controllers/index_controller_test.rb
learnosity-sdk-0.1.0 examples/lrn-sdk-rails/test/controllers/index_controller_test.rb