We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46115f commit 7ea3c72Copy full SHA for 7ea3c72
1 file changed
spec/requests/mutations/sign_up_spec.rb
@@ -41,7 +41,7 @@
41
expect(user).not_to be_active_for_authentication
42
expect(user.confirmed_at).to be_nil
43
expect(user.valid_password?(password)).to be_truthy
44
- expect(json_response.dig(:data, :userSignUp)).to include(
+ expect(json_response[:data][:userSignUp]).to include(
45
success: true,
46
errors: [],
47
user: {
0 commit comments