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

Rake should fail if git can't clone repository #23

Closed
wants to merge 7 commits into from
Closed

Rake should fail if git can't clone repository #23

wants to merge 7 commits into from

Commits on Oct 15, 2012

  1. Rake should fail if git can't clone repository

    Carlos Sanchez committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    5188cc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2012

  1. Only remove the site.pp if it is empty

    The rspec-puppet documentation mentions than any node definitions for node tests should be placed in spec/fixtures/manifests/site.pp, but this file is uncontitionally removed by `rake spec_clean`. This commit changes that behaviour to only remove site.pp if it is empty.
    hunner authored and Carlos Sanchez committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    cb88ce3 View commit details
    Browse the repository at this point in the history
  2. add backwards-compatible support for arbitrary git refs in .fixtures.yml

    David Gwilliam authored and Carlos Sanchez committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    1e53abd View commit details
    Browse the repository at this point in the history
  3. add opts logic to rake spec_clean

    David Gwilliam authored and Carlos Sanchez committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    66ae394 View commit details
    Browse the repository at this point in the history
  4. Fix Mocha deprecations

    mitchellh authored and Carlos Sanchez committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    7dc4cf4 View commit details
    Browse the repository at this point in the history
  5. Add readme for fixtures

    hunner authored and Carlos Sanchez committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    4586531 View commit details
    Browse the repository at this point in the history
  6. Rake should fail if git can't clone repository

    Carlos Sanchez committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    83863e9 View commit details
    Browse the repository at this point in the history