Sha256: 534f28016362c437efbe61342f62b6f5adb20848d0b6a3ecc8bd93ee4a40e317
Contents?: true
Size: 325 Bytes
Versions: 12
Compression:
Stored size: 325 Bytes
Contents
require 'test_helper' class HomeControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get about" do get :about assert_response :success end test "should get contact" do get :contact assert_response :success end end
Version data entries
12 entries across 12 versions & 2 rubygems