Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monetary values error messages #4478

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tahsinaislam
Copy link
Contributor

No description provided.

Copy link

Heroku app: https://gyr-review-app-4478-6b71a6074f93.herokuapp.com/
View logs: heroku logs --app gyr-review-app-4478 (optionally add --tail)

@tahsinaislam tahsinaislam changed the title WIP: monetary values error messages monetary values error messages Apr 12, 2024
@@ -85,13 +85,13 @@
end
it "validates federal_income_tax_withheld" do
state_file_1099.federal_income_tax_withheld = nil
expect(state_file_1099.save).to eq false
expect(state_file_1099.save).to eq true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good spec for verifying that we accept blanks. I would add at least one spec where we assert on the scenario for must be greater than or equal to 1 that you have updated unless there is already a spec that does that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants