Skip to content

Instantly share code, notes, and snippets.

@brandonhilkert
Created April 5, 2014 01:28
Show Gist options
  • Select an option

  • Save brandonhilkert/9986294 to your computer and use it in GitHub Desktop.

Select an option

Save brandonhilkert/9986294 to your computer and use it in GitHub Desktop.
[09:25:58] bhilkert [~/Dropbox/code/perform] (master) $ time rake minitest:models
Run options: --seed 16502
# Running tests:
.....................
Fabulous tests in 0.219871s, 95.5105 tests/s, 122.7993 assertions/s.
21 tests, 27 assertions, 0 failures, 0 errors, 0 skips
real 0m8.521s
user 0m5.345s
sys 0m1.626s
[09:26:15] bhilkert [~/Dropbox/code/perform] (master) $ spring status
Spring is not running.
[09:26:59] bhilkert [~/Dropbox/code/perform] (master) $ spring status
Spring is running:
15941 spring server | perform | started 31 secs ago
15970 spring app | perform | started 12 secs ago | development mode
[09:27:29] bhilkert [~/Dropbox/code/perform] (master) $ time spring rake minitest:models
Run options: --seed 52247
# Running tests:
.....................
Fabulous tests in 0.265585s, 79.0707 tests/s, 101.6624 assertions/s.
21 tests, 27 assertions, 0 failures, 0 errors, 0 skips
real 0m6.658s
user 0m0.170s
sys 0m0.068s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment