forked from puppetlabs/puppetlabs_spec_helper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
22 lines (19 loc) · 851 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2012-12-14 Puppet Labs <[email protected]> - 0.4.0
* Rake should fail if git can't clone repository
* Add readme for fixtures
* Fix Mocha deprecations
* add opts logic to rake spec_clean
* add backwards-compatible support for arbitrary git refs in .fixtures.yml
* Only remove the site.pp if it is empty
* (#15464) Make contributing easy via bundle Gemfile
* (#15464) Add gemspec from 0.3.0 published gem
2012-08-14 Puppet Labs <[email protected]> - 0.3.0
* Add PuppetInternals compatibility module for
scope, node, compiler, and functions
* Add rspec-puppet convention directories to rake tasks
2012-07-05 Puppet Labs <[email protected]> - 0.2.0
* Fix integration with mocha-0.12.0
* Fix coverage rake task
* Fix an issue creating the fixtures directory
2012-06-08 Puppet Labs <[email protected]> - 0.1.0
* Initial release