Skip to content

Instantly share code, notes, and snippets.

@erik-megarad
Created March 18, 2012 01:55
Show Gist options
  • Save erik-megarad/2067754 to your computer and use it in GitHub Desktop.
Save erik-megarad/2067754 to your computer and use it in GitHub Desktop.
Terminal 1:
$ bundle exec spork
Using RSpec
Loading Spork.prefork block...
Spork is ready and listening on 8989!
Running tests with args ["--color", "--fail-fast", "--failure-exit-code", "2", "--format", "progress", "--format", "Guard::RSpec::Formatter::NotificationRSpec", "--out", "/dev/null", "--require", "/Users/epeterson/.rvm/gems/ruby-1.9.3-p125-perf@exact/gems/guard-rspec-0.6.0/lib/guard/rspec/formatters/notification_rspec.rb", "spec"]...
Done.
[1] 70757 killed bundle exec spork
Terminal 2:
$ bundle exec guard
Guard could not detect any of the supported notification libraries.
Guard is now watching at '/Users/epeterson/Sites/exact'
Guard::RSpec is running, with RSpec 2!
Running all specs
..................
Finished in 0.02354 seconds
18 examples, 0 failures
Running all features
Disabling profiles...
..............
3 scenarios (3 passed)
14 steps (14 passed)
0m0.158s
Starting Spork for RSpec, Cucumber
Using RSpec
I can't find the file /Users/epeterson/Sites/exact/features/support/env.rb for the Cucumber testing framework.
Are you running me from the project directory?
Supported test frameworks:
( ) Cucumber
(*) RSpec
Legend: ( ) - not detected in project (*) - detected
Loading Spork.prefork block...
Spork is ready and listening on 8989!
ERROR: Could not start Spork server for RSpec, Cucumber after 30 seconds. I will continue waiting for a further 60 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment