Skip to content

Instantly share code, notes, and snippets.

@resure
Created December 25, 2011 18:11
Show Gist options
  • Save resure/1519563 to your computer and use it in GitHub Desktop.
Save resure/1519563 to your computer and use it in GitHub Desktop.
Guard -d output
~/code/scpfoundation[master] ✗ ➞ guard --verbose
Guard could not detect any of the supported notification libraries.
Guard is now watching at '/Users/resure/code/scpfoundation'
DEBUG (22:11:03): Hook :start_begin executed for Guard::Spork
DEBUG (22:11:03): Command execution: ps aux | awk '/spork/&&!/awk/{print $2;}'
DEBUG (22:11:03): Killing Spork servers with PID:
Starting Spork for RSpec
Using RSpec
Preloading Rails environment
Loading Spork.prefork block...
Spork is ready and listening on 8989!
Spork server for RSpec successfully started
DEBUG (22:11:11): Hook :start_end executed for Guard::Spork
DEBUG (22:11:11): Hook :start_begin executed for Guard::RSpec
Guard::RSpec is running, with RSpec 2!
Running all specs
DEBUG (22:11:11): Command execution: rspec --help
DEBUG (22:11:11): Command execution: bundle exec rspec --drb -f progress -r /Users/resure/.rvm/gems/ruby-1.9.3-p0/gems/guard-rspec-0.5.10/lib/guard/rspec/formatters/notification_rspec.rb -f Guard::RSpec::Formatter::NotificationRSpec --out /dev/null --failure-exit-code 2 spec
Running tests with args ["--color", "--format", "progress", "--format", "Guard::RSpec::Formatter::NotificationRSpec", "--out", "/dev/null", "--require", "/Users/resure/.rvm/gems/ruby-1.9.3-p0/gems/guard-rspec-0.5.10/lib/guard/rspec/formatters/notification_rspec.rb", "spec"]...
No examples matched {:focus=>true}. Running all.
.***
Pending:
HomeHelper add some examples to (or delete) /Users/resure/code/scpfoundation/spec/helpers/home_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/home_helper_spec.rb:14
User add some examples to (or delete) /Users/resure/code/scpfoundation/spec/models/user_spec.rb
# Not Yet Implemented
# ./spec/models/user_spec.rb:4
home/index.html.erb add some examples to (or delete) /Users/resure/code/scpfoundation/spec/views/home/index.html.erb_spec.rb
# Not Yet Implemented
# ./spec/views/home/index.html.erb_spec.rb:4
Finished in 3.6 seconds
4 examples, 0 failures, 3 pending
Done.
DEBUG (22:11:14): Hook :start_end executed for Guard::RSpec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment