Skip to content

Instantly share code, notes, and snippets.

@tmornini
Created January 20, 2015 18:56
Show Gist options
  • Save tmornini/a19807b583d8f0e5feda to your computer and use it in GitHub Desktop.
Save tmornini/a19807b583d8f0e5feda to your computer and use it in GitHub Desktop.
Hurray!
v3 $ dev/guard
10:53:00 - INFO - Guard is now watching at '/Users/tmornini/subledger/v3'
[1] guard(main)>
10:53:02 - INFO - Run all
Run options: --seed 37703
# Running:
.....................S..............................S......S................................................S.................................................................................................................................S...S.............................................S....................................................SS...........................................
Fabulous run in 0.857526s, 450.1321 runs/s, 683.3612 assertions/s.
386 runs, 586 assertions, 0 failures, 0 errors, 9 skips
You have skipped tests. Run with --verbose for details.
psql -U tmornini < db/create.sql >> /tmp/subledger.log 2>&1
bundle exec puma config.ru >> /tmp/subledger.log 2>&1 & echo $! > puma.pid
jasmine-node test/api
..................
Finished in 1.021 seconds
18 tests, 465 assertions, 0 failures, 0 skipped
cat puma.pid | xargs kill; rm puma.pid
psql -U tmornini < db/create.sql >> /tmp/subledger.log 2>&1
bundle exec puma config.ru >> /tmp/subledger.log 2>&1 & echo $! > puma.pid
Run options: --seed 42416
# Running:
..................
Fabulous run in 2.791318s, 6.4486 runs/s, 96.3702 assertions/s.
18 runs, 269 assertions, 0 failures, 0 errors, 0 skips
cat puma.pid | xargs kill; rm puma.pid
10:54:01 - INFO - Inspecting Ruby code style of all files
warning: parser/current is loading parser/ruby21, which recognizes
warning: 2.1.5-compliant syntax, but you are running 2.1.0.
Inspecting 273 files
.................................................................................................................................................................................................................................................................................
273 files inspected, no offenses detected
[1] guard(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment