Sha256: 2c5ea678236087695cf798683489663c9984a571b3d270ed6c0affa55f7e0342
Contents?: true
Size: 321 Bytes
Versions: 5
Compression:
Stored size: 321 Bytes
Contents
require 'test_helper' class HomeControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get privacy" do get :privacy assert_response :success end test "should get tos" do get :tos assert_response :success end end
Version data entries
5 entries across 5 versions & 1 rubygems