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 rake spec running #52

Merged
merged 2 commits into from
Dec 2, 2014
Merged

Make rake spec running #52

merged 2 commits into from
Dec 2, 2014

Commits on Dec 2, 2014

  1. Ignore Gemfile.lock in .gitignore

    Gemfile.lock will be built in each environment while the first time
    run `bundle install`.
    For another reason is 'puppet/indirector/hiera' is not in the puppet
    3.4.2 which is current forced in lock file.
    Wei Tie committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    7be6cfa View commit details
    Browse the repository at this point in the history
  2. Require Bundler.setup to make rspec work

    To load rspec-puppet which is downdoaded from github for testing, it
    needs require 'bundler/setup' in order to load the bundler path.
    Wei Tie committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    ddeaca5 View commit details
    Browse the repository at this point in the history