Sha256: 098cfa54e56c0b79676d894b8e5840b7c71e50209d928beca11d7c89255518ca
Contents?: true
Size: 252 Bytes
Versions: 9
Compression:
Stored size: 252 Bytes
Contents
require 'test_helper' class WelcomeControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get protected" do get :protected assert_response :success end end
Version data entries
9 entries across 9 versions & 1 rubygems