Sha256: 2aac2fbcae2a29400c4a51899b81d6c6984a76590d896d75d2ec48bc01da7ebb

Contents?: true

Size: 160 Bytes

Versions: 8

Compression:

Stored size: 160 Bytes

Contents

require 'test_helper'

class TopControllerTest < ActionController::TestCase
  test "should get index" do
    get :index
    assert_response :success
  end

end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
havior-0.1.2 test/dummy/test/controllers/top_controller_test.rb
havior-0.1.1 test/dummy/test/controllers/top_controller_test.rb
havior-0.1.0 test/dummy/test/controllers/top_controller_test.rb
rails_view_component-1.0.4 test/rails_view_component_test/test/controllers/top_controller_test.rb
rails_view_component-1.0.3 test/rails_view_component_test/test/controllers/top_controller_test.rb
rails_view_component-1.0.2 test/rails_view_component_test/test/controllers/top_controller_test.rb
rails_view_component-1.0.1 test/rails_view_component_test/test/controllers/top_controller_test.rb
rails_view_component-1.0.0 test/rails_view_component_test/test/controllers/top_controller_test.rb