Skip to content

Instantly share code, notes, and snippets.

@paulspencerwilliams
Created August 1, 2013 12:45
Show Gist options
  • Save paulspencerwilliams/6131005 to your computer and use it in GitHub Desktop.
Save paulspencerwilliams/6131005 to your computer and use it in GitHub Desktop.
Output of guard running cucumber-rails and cucumber-rspec in newly created rails 4 project without minitest support by using -T on Rails new command.
13:44:23 - INFO - Guard is using Tmux to send notifications.
13:44:23 - INFO - Guard is using TerminalTitle to send notifications.
13:44:23 - INFO - Guard::RSpec is running
13:44:23 - INFO - Running all features
Disabling profiles...
DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from require at /Users/will/src/whatshallwedo/features/support/env.rb:7)
DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from require at /Users/will/src/whatshallwedo/features/support/env.rb:7)
0 scenarios
0 steps
0m0.000s
/Users/will/.rvm/gems/ruby-2.0.0-p247@whatshallwedo/gems/minitest-4.7.5/lib/minitest/unit.rb:1037:in `block in process_args': invalid option: --no-profile (OptionParser::InvalidOption)
from /Users/will/.rvm/gems/ruby-2.0.0-p247@whatshallwedo/gems/minitest-4.7.5/lib/minitest/unit.rb:1016:in `new'
from /Users/will/.rvm/gems/ruby-2.0.0-p247@whatshallwedo/gems/minitest-4.7.5/lib/minitest/unit.rb:1016:in `process_args'
from /Users/will/.rvm/gems/ruby-2.0.0-p247@whatshallwedo/gems/minitest-4.7.5/lib/minitest/unit.rb:1066:in `_run'
from /Users/will/.rvm/gems/ruby-2.0.0-p247@whatshallwedo/gems/minitest-4.7.5/lib/minitest/unit.rb:1059:in `run'
from /Users/will/.rvm/gems/ruby-2.0.0-p247@whatshallwedo/gems/minitest-4.7.5/lib/minitest/unit.rb:795:in `block in autorun'
13:44:27 - INFO - Guard is now watching at '/Users/will/src/whatshallwedo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment