Sha256: 87b452a5b333db0078b2b2f8150ed6c0d3c93c336983bffa83060e261d380ace

Contents?: true

Size: 155 Bytes

Versions: 7

Compression:

Stored size: 155 Bytes

Contents

require 'test_helper'

class HomeControllerTest < ActionController::TestCase
  test "should get index" do
    get :index
    assert_response :ok
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
janus-0.10.1 test/functional/home_controller_test.rb
janus-0.10.0 test/functional/home_controller_test.rb
janus-0.9.1 test/functional/home_controller_test.rb
janus-0.9.0 test/functional/home_controller_test.rb
janus-0.8.1 test/functional/home_controller_test.rb
janus-0.8.0 test/functional/home_controller_test.rb
janus-0.5.0 test/functional/home_controller_test.rb