Guest User

Untitled

a guest
Jan 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. bundle exec guard start
  2. The signal QUIT is in use by the JVM and will not work correctly on this platform
  3. Guard is now watching at '/Users/rcyrus/dev/LISA'
  4. Starting Spork for RSpec
  5. ERROR: Guard::Spork failed to achieve its <start>, exception was:
  6. NotImplementedError: fork is not available on this platform
  7. org/jruby/RubyKernel.java:1798:in `fork'
  8. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/guard-spork-0.2.1/lib/guard/spork/runner.rb:38:in `spawn_child'
  9. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/guard-spork-0.2.1/lib/guard/spork/runner.rb:25:in `launch_sporks'
  10. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/guard-spork-0.2.1/lib/guard/spork.rb:17:in `start'
  11. org/jruby/RubyBasicObject.java:1684:in `__send__'
  12. org/jruby/RubyKernel.java:2113:in `send'
  13. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/guard-0.5.1/lib/guard.rb:60:in `supervised_task'
  14. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/guard-0.5.1/lib/guard.rb:39:in `start'
  15. org/jruby/RubyArray.java:1603:in `each'
  16. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/guard-0.5.1/lib/guard.rb:39:in `start'
  17. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/guard-0.5.1/lib/guard/cli.rb:15:in `start'
  18. org/jruby/RubyBasicObject.java:1684:in `__send__'
  19. org/jruby/RubyKernel.java:2113:in `send'
  20. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/thor-0.14.6/lib/thor/task.rb:21:in `run'
  21. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task'
  22. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/thor-0.14.6/lib/thor.rb:263:in `dispatch'
  23. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/thor-0.14.6/lib/thor/base.rb:389:in `start'
  24. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/gems/guard-0.5.1/bin/guard:6:in `(root)'
  25. org/jruby/RubyKernel.java:1073:in `load'
  26. /Users/rcyrus/.rvm/gems/jruby-1.6.3@lisausa/bin/guard:19:in `(root)'
  27.  
  28. Guard::Spork has just been fired
Add Comment
Please, Sign In to add comment