Runs all application specs.
$ eucalypt test # Alias/shortened $ eucalypt t
--summarized alias -s, (Default: False)
--summarized
-s
Runs RSpec in summarized report form (rspec -fd spec).
rspec -fd spec
$ eucalypt test
Runs all application specs with default options.
$ eucalypt test -s
Runs all application specs, displaying results in a summarized report form.
Last updated 7 years ago