-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Add more automated tests #903
Conversation
user4 = @brain.userForId('FOUR') | ||
expect(@brain.userForId('four')).to.not.equal(user4) | ||
|
||
# Cannot understand why this behavior is needed, but adding a test case |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can be removed, but I figure it is better to have the tests now and then remove them later.
@technicalpickles any objection to merging these tests? |
@michaelansel no objections, but I would like to do a pass through to make sure I can understand what's going on 😁 |
Been a couple months. Poking this again... |
I just merged master locally and they all still pass. Since they are tests and won't affect any APIs, they can easily be change later. I vote 👍. |
👍 |
Another batch of tests covering:
loadFile
)