Created
December 26, 2011 13:32
-
-
Save resure/1521155 to your computer and use it in GitHub Desktop.
Guard --verbose output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Temporary/scpfoundation[master] ✗ ➞ guard --verbose | |
Guard could not detect any of the supported notification libraries. | |
Guard is now watching at '/Users/resure/Temporary/scpfoundation' | |
DEBUG (17:29:44): Hook :start_begin executed for Guard::Spork | |
DEBUG (17:29:44): Command execution: ps aux | awk '/spork/&&!/awk/{print $2;}' | |
DEBUG (17:29:45): 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 (17:30:01): Hook :start_end executed for Guard::Spork | |
DEBUG (17:30:01): Hook :start_begin executed for Guard::RSpec | |
Guard::RSpec is running, with RSpec 2! | |
Running all specs | |
DEBUG (17:30:01): Command execution: rspec --help | |
DEBUG (17:30:01): 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/Temporary/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/Temporary/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/Temporary/scpfoundation/spec/views/home/index.html.erb_spec.rb | |
# Not Yet Implemented | |
# ./spec/views/home/index.html.erb_spec.rb:4 | |
Finished in 4.7 seconds | |
4 examples, 0 failures, 3 pending | |
Done. | |
DEBUG (17:30:04): Hook :start_end executed for Guard::RSpec | |
DEBUG (17:30:14): Guard::Spork#run_on_change with ["rspec"] | |
DEBUG (17:30:14): Hook :run_on_change_begin executed for Guard::Spork | |
DEBUG (17:30:14): Killing Spork servers with PID: 2124 | |
Reloading Spork for RSpec | |
Using RSpec | |
Preloading Rails environment | |
Loading Spork.prefork block... | |
Spork is ready and listening on 8989! | |
Spork server for RSpec successfully reloaded | |
DEBUG (17:30:22): Hook :run_on_change_end executed for Guard::Spork | |
DEBUG (17:30:22): Guard::RSpec#run_on_change with ["spec"] | |
DEBUG (17:30:22): Hook :run_on_change_begin executed for Guard::RSpec | |
Running: spec | |
DEBUG (17:30:22): 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/Temporary/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/Temporary/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/Temporary/scpfoundation/spec/views/home/index.html.erb_spec.rb | |
# Not Yet Implemented | |
# ./spec/views/home/index.html.erb_spec.rb:4 | |
Finished in 3.46 seconds | |
4 examples, 0 failures, 3 pending | |
Done. | |
DEBUG (17:30:24): Hook :run_on_change_end executed for Guard::RSpec | |
DEBUG (17:30:29): Guard::RSpec#run_on_change with ["spec/models/user_spec.rb"] | |
DEBUG (17:30:29): Hook :run_on_change_begin executed for Guard::RSpec | |
Running: spec/models/user_spec.rb | |
DEBUG (17:30:29): 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/models/user_spec.rb | |
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/models/user_spec.rb"]... | |
No examples matched {:focus=>true}. Running all. | |
* | |
Pending: | |
User add some examples to (or delete) /Users/resure/Temporary/scpfoundation/spec/models/user_spec.rb | |
# Not Yet Implemented | |
# ./spec/models/user_spec.rb:4 | |
Finished in 10.94 seconds | |
1 example, 0 failures, 1 pending | |
Done. | |
DEBUG (17:30:32): Hook :run_on_change_end executed for Guard::RSpec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment