Sha256: 92b924f68818907e90dcec7e03a4764dd440c8971af8811daa729d7d2731c92d

Contents?: true

Size: 191 Bytes

Versions: 32

Compression:

Stored size: 191 Bytes

Contents

require 'test_helper'

module Kaui
  class HomeControllerTest < ActionController::TestCase
    test "should get index" do
      get :index
      assert_response :success
    end
  
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
kaui-0.2.5 test/functional/kaui/home_controller_test.rb
kaui-0.2.4 test/functional/kaui/home_controller_test.rb
kaui-0.2.3 test/functional/kaui/home_controller_test.rb
kaui-0.2.2 test/functional/kaui/home_controller_test.rb
kaui-0.2.1 test/functional/kaui/home_controller_test.rb
kaui-0.2.0 test/functional/kaui/home_controller_test.rb
kaui-0.1.18 test/functional/kaui/home_controller_test.rb
kaui-0.1.17 test/functional/kaui/home_controller_test.rb
kaui-0.1.16 test/functional/kaui/home_controller_test.rb
kaui-0.1.15 test/functional/kaui/home_controller_test.rb
kaui-0.1.14 test/functional/kaui/home_controller_test.rb
kaui-0.1.12 test/functional/kaui/home_controller_test.rb
kaui-0.1.11 test/functional/kaui/home_controller_test.rb
kaui-0.1.10 test/functional/kaui/home_controller_test.rb
kaui-0.1.9 test/functional/kaui/home_controller_test.rb
kaui-0.1.8 test/functional/kaui/home_controller_test.rb
kaui-0.1.7 test/functional/kaui/home_controller_test.rb
kaui-0.1.6 test/functional/kaui/home_controller_test.rb
kaui-0.1.5 test/functional/kaui/home_controller_test.rb
kaui-0.1.4 test/functional/kaui/home_controller_test.rb