Sha256: 520cd2fbcbf675060db55f4e79150606904c1d78763553fd811dfa49c9a339c5
Contents?: true
Size: 342 Bytes
Versions: 8
Compression:
Stored size: 342 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: "secret123", password_confirmation: "secret123" } end assert_response :created end end
Version data entries
8 entries across 8 versions & 1 rubygems