Sha256: 8f55aedabc223f51f6a529901da1a8b76e3cad5d4ea981275dc671998e2c1ef9
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
require 'test_helper' class PagesControllerTest < ActionController::TestCase test "should get home" do get :home assert_response :success end test "should get show" do get :show assert_response :success end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
auth_eng-0.0.2 | test/dummy/test/functional/pages_controller_test.rb |