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

6 dry up addresses used in our specs #724

Merged

Conversation

jjlahatte
Copy link
Contributor

Resolves #1

Description

Type of change

The issue presented was to dry up number of test addresses within the spec files from 15 to one or two. I was successfully able to do this: there are now two test addresses and one test organization. One address is used with multiple tests, I had to change other test addresses to this one. The other test address was imported from a csv file into the test, in the original file, there were three addresses, I changed that to one and changed the test to only test to see if one was there. One test organization was needed for multiple tests, which is why I kept it.

How Has This Been Tested?

<! The issue was tested by running the entire rspec suite and then testing each error individually with
--next-failure, to replicate this, run rspec. As of now, the test suite runs with no errors

Screenshots

screenshot 4
screenshot 5
screenshot 6
screenshot 7

-->

# "789 Donation Site Way",
# "123 Location Way",
# "456 Location Way",
# "789 Location Way"].each do |address|
Copy link
Collaborator

Choose a reason for hiding this comment

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

These can be deleted -- they will show up in the history

@armahillo armahillo merged commit a4a9b4a into rubyforgood:master Feb 25, 2019
@jjlahatte
Copy link
Contributor Author

@armahillo hey, is there anyway for you (or me even, but I think only you or another person on your end can do this) merge this into the repo under LoynoCS for diaper, I should've made the pull request there anyway,

@armahillo armahillo added Loyola Issues tagged for contributors from Loyola University ❇️ Github First-timer This Pull Request is a user's first pull-request, EVER labels May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❇️ Github First-timer This Pull Request is a user's first pull-request, EVER Loyola Issues tagged for contributors from Loyola University
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants