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

Demo new testing suite: Mockable models, Quick, and Nimble #2

Open
wants to merge 1 commit into
base: bwl/cleanup-example-project
Choose a base branch
from

Conversation

brendanlensink
Copy link
Collaborator

We don't necessarily need to merge these changes, but given all the work we've been doing recently researching ways to level up our testing suite, I thought it might be handy to see some of those changes in action...

3 major components here:

  1. Quick - gives us the Rspec-like testing language, using things like describes, it, beforeEach, etc...
  2. Nimble - matcher functions like expect.to.equal, etc
  3. Factory Bird - our own library that adds the Mockable protocol, replacing the TestData property wrapper

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.

2 participants