-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #57 #60
Fixes #57 #60
Conversation
@raphink any ideas here? I have no idea what this test failure is. This works for me locally. |
your test fails locally bundle exec rspec ./spec/unit/openssl_version_spec.rb Failures:
Finished in 0.22622 seconds (files took 1.29 seconds to load) Failed examples: rspec ./spec/unit/openssl_version_spec.rb:14 # Facter::Util::Fact openssl_version with value |
Interesting. They don't fail locally for me on ruby 2.0.0 or 1.9.3. 15 joseph.yaworski@jyaworski-mbpr ~/github/puppet-openssl (git)-[openssl_version_fact] % rvm 1.9.3 do bundle exec rspec spec/unit/openssl_version_spec.rb :(
augeasproviders: setting Puppet[:libdir] to work around broken type autoloading
.
Finished in 0.0072 seconds (files took 1.15 seconds to load)
1 example, 0 failure I'll look into what's going on. |
Ah, the joys of Ruby mocking 😄 |
|
Tests pass for me locally when moving the fact file to |
@raphink it works, but fails due to rake not being pinned on 1.8.7 after the 11 release. Not related to my changes. |
@jyaworski Could you rebase now please? |
@raphink done. It passes. |
No description provided.