29 Matching Annotations
- Sep 2020
-
github.com github.com
Tags
Annotators
URL
-
- Jul 2020
-
docs.gitlab.com docs.gitlab.com
-
We also use a home-made RspecFlaky::Listener listener which records flaky examples in a JSON report file on master (retrieve-tests-metadata and update-tests-metadata jobs).
-
- Jun 2020
-
github.com github.com
-
a technique that enable a test suite to perform as well as using fixtures (or better if you're running just a few tests from the suite) and read as good as you are used to when using factories
-
No need for DatabaseCleaner (rolling back transactions are usually faster than truncate).
-
-
-
github.com github.com
- Apr 2020
-
tenderlovemaking.com tenderlovemaking.com
-
But where is the helper method defined? What’s its visibility? Can I put it in a module? Can I use inheritance? Who can call it? Can I call super from the extracted method? If so, where does super go?
-
-
-
github.com github.com
-
github.com github.com
-
docs.seattlerb.org docs.seattlerb.org
-
minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
-
-
github.com github.com
-
github.com github.com
-
heavily inspired in RSpec Expectations
Tags
Annotators
URL
-
-
github.com github.com
-
Only slightly shorter than
is_expected.to
(which they don't mention knowing about)
Tags
Annotators
URL
-
-
www.betterspecs.org www.betterspecs.org
-
- Mar 2020
-
stackoverflow.com stackoverflow.com
- Feb 2020