Sha256: 8ec226a3143bb58a62f713ccb2d1860027ad6bc1eacb40db69888b6014009b36
Contents?: true
Size: 204 Bytes
Versions: 3
Compression:
Stored size: 204 Bytes
Contents
require 'test_helper' class HelloControllerTest < ActionController::TestCase test "should get show" do get :show assert_response :success assert_match /Hi there/, @response.body end end
Version data entries
3 entries across 3 versions & 1 rubygems