Sha256: 1118e5c55b89471ac134d834bdf5d29a49b40d4f694e19462061d79a42b750f4

Contents?: true

Size: 247 Bytes

Versions: 8

Compression:

Stored size: 247 Bytes

Contents

require 'test_helper'

module TodoRails
  class IndexControllerTest < ActionController::TestCase
    setup do
      @routes = Engine.routes
    end

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

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
todo_rails-0.1.7 test/controllers/todo_rails/index_controller_test.rb
todo_rails-0.1.6 test/controllers/todo_rails/index_controller_test.rb
todo_rails-0.1.5 test/controllers/todo_rails/index_controller_test.rb
todo_rails-0.1.4 test/controllers/todo_rails/index_controller_test.rb
todo_rails-0.1.3 test/controllers/todo_rails/index_controller_test.rb
todo_rails-0.1.2 test/controllers/todo_rails/index_controller_test.rb
todo_rails-0.1.1 test/controllers/todo_rails/index_controller_test.rb
todo_rails-0.1.0 test/controllers/todo_rails/index_controller_test.rb