Sha256: 5927a0f3dfc0a38ad496d925d4b3394473f6a681f74161cab2cc7e703cab8871
Contents?: true
Size: 348 Bytes
Versions: 12
Compression:
Stored size: 348 Bytes
Contents
require "test_helper" class RegistrationsControllerTest < ActionDispatch::IntegrationTest test "should sign up" do assert_difference("<%= class_name %>.count") do post sign_up_url, params: { email: "lazaronixon@hey.com", password: "Secret1*3*5*", password_confirmation: "Secret1*3*5*" } end assert_response :created end end
Version data entries
12 entries across 12 versions & 1 rubygems