Skip to content

Commit 1e64bfe

Browse files
committed
- Sort lib files to ensure consistent inclusion
1 parent 8be0ab0 commit 1e64bfe

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

spec/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
Tests
2-
==================================================
1+
# Tests
32

43
Testing is done with `rspec`.
54

65
The test suite contains interactive approval testing provided by
7-
[RSpec Fixtures][1].
6+
[RSpec Approvals][1].
87

98
Run tests with either of these commands:
109

11-
$ run spec
12-
$ rspec
10+
$ [bundle exec] run spec
11+
$ [bundle exec] rspec
1312

13+
Also note that running the tests will regenerate all examples.
1414

15-
[1]: https://github.com/DannyBen/rspec_fixtures
15+
16+
[1]: https://github.com/DannyBen/rspec_approvals

0 commit comments

Comments
 (0)