You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm trying to find a way to automatically compile the extension in the gem during tests, plus get this working in Ruby 2.0. The best way to test now is to create a .gem file, install it, then run tests. Awkward, I know.
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.
The text was updated successfully, but these errors were encountered: