Sha256: 4a1b96da15f6844d99209c7b1f6810ed827650808eeb3e758e13456b46171f7c
Contents?: true
Size: 176 Bytes
Versions: 4
Compression:
Stored size: 176 Bytes
Contents
require 'test_helper' class StaticPagesControllerTest < ActionController::TestCase test "should get test_page" do get :test_page assert_response :success end end
Version data entries
4 entries across 4 versions & 1 rubygems