Skip to content

Instantly share code, notes, and snippets.

@Choongkyu
Created July 15, 2015 04:00
Show Gist options
  • Save Choongkyu/29d00385ee39c4e7eb24 to your computer and use it in GitHub Desktop.
Save Choongkyu/29d00385ee39c4e7eb24 to your computer and use it in GitHub Desktop.
bundle exec rake test error
zebralight1@sample_app:~/workspace (master) $ bundle exec rake test
/usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `require': cannot load such file -- guard (LoadError)
from /usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `block in require'
from /usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:240:in `load_dependency'
from /usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `require'
from /usr/local/rvm/gems/ruby-2.2.1/gems/guard-minitest-2.4.4/lib/minitest/guard_minitest_plugin.rb:4:in `<top (required)>'
from /usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `require'
from /usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `block in require'
from /usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:240:in `load_dependency'
from /usr/local/rvm/gems/ruby-2.2.1/gems/activesupport-4.2.2/lib/active_support/dependencies.rb:274:in `require'
from /usr/local/rvm/gems/ruby-2.2.1/gems/minitest-5.7.0/lib/minitest.rb:91:in `block in load_plugins'
from /usr/local/rvm/gems/ruby-2.2.1/gems/minitest-5.7.0/lib/minitest.rb:85:in `each'
from /usr/local/rvm/gems/ruby-2.2.1/gems/minitest-5.7.0/lib/minitest.rb:85:in `load_plugins'
from /usr/local/rvm/gems/ruby-2.2.1/gems/minitest-5.7.0/lib/minitest.rb:114:in `run'
from /usr/local/rvm/gems/ruby-2.2.1/gems/minitest-5.7.0/lib/minitest.rb:56:in `block in autorun'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment