Skip to content

Commit

Permalink
Removed puts
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaliszuk committed May 8, 2024
1 parent 6c31ab6 commit f27e424
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __tests__/spec/a1_validation_rules_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
validation_rules_assignments_create_request_body: validationRulesAssignmentsCreateRequestBody
})

puts(created_validation_rule_assignment)

expect(created_validation_rule_assignment).not_to be_nil
expect(created_validation_rule_assignment.id).not_to be_nil
expect(created_validation_rule_assignment.created_at).not_to be_nil
Expand Down

0 comments on commit f27e424

Please sign in to comment.