We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be0ab0 commit 1e64bfeCopy full SHA for 1e64bfe
spec/README.md
@@ -1,15 +1,16 @@
1
-Tests
2
-==================================================
+# Tests
3
4
Testing is done with `rspec`.
5
6
The test suite contains interactive approval testing provided by
7
-[RSpec Fixtures][1].
+[RSpec Approvals][1].
8
9
Run tests with either of these commands:
10
11
- $ run spec
12
- $ rspec
+ $ [bundle exec] run spec
+ $ [bundle exec] rspec
13
+Also note that running the tests will regenerate all examples.
14
15
-[1]: https://github.com/DannyBen/rspec_fixtures
+
16
+[1]: https://github.com/DannyBen/rspec_approvals
0 commit comments