Sha256: ad15eb84d9f7b73c471d95e089cfdfded5a249ec153845cf26707fcc0b59f6a1
Contents?: true
Size: 288 Bytes
Versions: 104
Compression:
Stored size: 288 Bytes
Contents
require 'test_helper' module UserMgmt class RegistrationsControllerTest < ActionController::TestCase test "should get new" do get :new assert_response :success end test "should get create" do get :create assert_response :success end end end
Version data entries
104 entries across 104 versions & 1 rubygems