Skip to content

Commit c0bacb8

Browse files
committed
Add a comment about running tests for this project
1 parent bab5c1a commit c0bacb8

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
See stuff about a Rails app.
44

55
There were a few things missing to the included `rake stats`
6+
67
RailsStats mainly adds the ability to be run from outside the project in question. This can be helpful if the app you are interested in can not be booted for some reason.
78

89
### Run it outside Rails project
@@ -257,7 +258,23 @@ Directory: /users/brian/examples/spree
257258
| Total | 56347 | 44503 | 341 | 2317 | 6 | 17 |
258259
+----------------------+-------+-------+---------+---------+-----+-------+
259260
Code LOC: 17870 Test LOC: 26633 Code to Test Ratio: 1:1.5
260-
261+
262+
```
263+
264+
### Testing
265+
266+
In order to run the tests for this gem:
267+
268+
```bash
269+
bundle exec rake
270+
271+
# Running:
272+
273+
.
274+
275+
Fabulous run in 0.013349s, 74.9120 runs/s, 74.9120 assertions/s.
276+
277+
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
261278
```
262279

263280
### TODO

0 commit comments

Comments
 (0)