I cloned the repository, installed the dependencies with bundle and am now trying to run tests to no avail. This is the error I'm getting:
mongrelion@squives ~/c/o/openssl_pkcs8 (master) [1]> bundle exec rake
/Users/mongrelion/.rbenv/versions/1.9.3-p392/bin/ruby -I"lib:lib:test" -I"/Users/mongrelion/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/rake-10.0.4/lib" "/Users/mongrelion/.
rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/rake-10.0.4/lib/rake/rake_test_loader.rb" "test/**/test_*.rb"
/Users/mongrelion/code/os/openssl_pkcs8/lib/openssl_pkcs8.rb:3:in `require': cannot load such file -- openssl_pkcs8/openssl_pkcs8 (LoadError)
from /Users/mongrelion/code/os/openssl_pkcs8/lib/openssl_pkcs8.rb:3:in `<top (required)>'
from /Users/mongrelion/code/os/openssl_pkcs8/test/helper.rb:7:in `require'
from /Users/mongrelion/code/os/openssl_pkcs8/test/helper.rb:7:in `<top (required)>'
from /Users/mongrelion/code/os/openssl_pkcs8/test/test_openssl_pkcs8.rb:1:in `require_relative'
from /Users/mongrelion/code/os/openssl_pkcs8/test/test_openssl_pkcs8.rb:1:in `<top (required)>'
from /Users/mongrelion/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:10:in `require'
from /Users/mongrelion/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:10:in `block (2 levels) in <main>'
from /Users/mongrelion/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:9:in `each'
from /Users/mongrelion/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:9:in `block in <main>'
from /Users/mongrelion/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/rake-10.0.4/lib/rake/rake_test_loader.rb:4:in `select'
f
Any further instructions for running tests in local? Thanks.
I cloned the repository, installed the dependencies with bundle and am now trying to run tests to no avail. This is the error I'm getting:
Any further instructions for running tests in local? Thanks.