Skip to content
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

Make RSpec examples pass #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

cokernel
Copy link

This pull request makes the current RSpec examples pass. Problems fixed:

  • Dflat::Version::Full#remove and Dflat::Version::Delta#remove treated Checkm::Manifest#remove as a chainable method, but that method returns an Array.
  • The calls to Checkm::Manifest#add used :base => foo_path to specify base path, but Checkm::Manifest requires :options => {:path => foo_path} instead.
  • One example had the typo "provider" for "producer".
  • The gemspec was mildly invalid, and the Gemfile did not use HTTPS for the rubygems source.

@cokernel
Copy link
Author

I had to tweak the Gemfile a bit for the Travis CI build to pass -- the copy of ANVL on RubyGems has a typo that was fixed in anvl/36586cf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant