-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Could someone please educate me on how to run tests for this repo? I cloned the repo and ran bundle install and then rspec and I get the following. I'm using rvm, ruby 2.1.5, and have rails 4.2.1.5. I don't want to submit PRs if I cannot run tests. Thanks.
mfrederickson@fenris:~/projects/errbit_github_plugin$ rspec
/home/mfrederickson/projects/errbit_github_plugin/spec/spec_helper.rb:17:in `require': cannot load such file -- active_support/all (LoadError)
from /home/mfrederickson/projects/errbit_github_plugin/spec/spec_helper.rb:17:in `<top (required)>'
However, when I run irb I can require it just fine...
mfrederickson@fenris:~/projects/errbit_github_plugin$ irb
2.1.5 :001 > require 'active_support/all'
=> true
Metadata
Metadata
Assignees
Labels
No labels