Sha256: 673b739c15790524c41aa8217518d5dc16eef1c04e5e5c6aa45442cfba9c9dbc

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

require 'test_helper'

class HelloControllerTest < ActionController::TestCase
  test "should get show" do
    get :show
    assert_response :success
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gara-0.1.2 test/dummy/test/controllers/hello_controller_test.rb
gara-0.1.1 test/dummy/test/controllers/hello_controller_test.rb