Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-26 | Gotta single quote yer typewriter buttons | Hunter Haugen | |
2014-06-26 | Need quotes for spaces in path | Hunter Haugen | |
2014-06-26 | has_ip_network doesn't work on windows either | Hunter Haugen | |
2014-06-25 | Disable windows network stuff and quote path | Hunter Haugen | |
2014-06-24 | Not enough escape velocity | Hunter Haugen | |
2014-06-24 | Fix pe facts and slashes | Hunter Haugen | |
2014-06-23 | Fixed fqdn,getparam and has_interface_with spec tests | Travis Fields | |
2014-06-23 | Merge pull request #283 from cyberious/4.3.x | Hunter Haugen | |
Add windows support and work around issue with SCP_TO on windows systems | |||
2014-06-23 | Removed platform check for facts.d mkdir | Travis Fields | |
2014-06-23 | Add windows support and work around issue with SCP_TO on windows systems | Travis Fields | |
2014-06-23 | Windows needs a tmpdir path | Hunter Haugen | |
2014-06-23 | Merge pull request #280 from hunner/win_aug | Travis Fields | |
Augeas isn't present on windows | |||
2014-06-23 | Augeas isn't present on windows | Hunter Haugen | |
2014-06-23 | OS X also has lo0 and can't manage user homedirs | Hunter Haugen | |
2014-06-20 | Add windows Nodesets and remove Beaker from Gemfile | Travis Fields | |
2014-06-20 | Patch ensure_* tests | Hunter Haugen | |
2014-06-19 | Merge branch 'master' into 4.3.x | Hunter Haugen | |
2014-06-19 | (FM-1587) Fix test issues on solaris 10 | Hunter Haugen | |
- ensure_packages fails because Error: Sun packages must specify a package source - ensure_resource fails for the same reason - get_module_path fails because the modulepath is different - has_interface_with fails because the interface is lo0 not lo | |||
2014-06-04 | Convert specs to RSpec 2.99.0 syntax with Transpec | Ashley Penney | |
This conversion is done by Transpec 2.2.1 with the following command: transpec spec/functions * 345 conversions from: obj.should to: expect(obj).to * 122 conversions from: == expected to: eq(expected) * 85 conversions from: lambda { }.should to: expect { }.to * 22 conversions from: be_true to: be_truthy * 16 conversions from: be_false to: be_falsey * 11 conversions from: pending to: skip * 9 conversions from: it { should ... } to: it { is_expected.to ... } * 5 conversions from: =~ [1, 2] to: match_array([1, 2]) * 2 conversions from: =~ /pattern/ to: match(/pattern/) * 2 conversions from: obj.should_not to: expect(obj).not_to For more details: https://github.com/yujinakayama/transpec#supported-conversions | |||
2014-06-04 | Convert specs to RSpec 2.99.0 syntax with Transpec | Ashley Penney | |
This conversion is done by Transpec 2.2.1 with the following command: transpec spec/unit * 53 conversions from: obj.should to: expect(obj).to * 19 conversions from: == expected to: eq(expected) * 5 conversions from: lambda { }.should to: expect { }.to * 2 conversions from: be_true to: be_truthy For more details: https://github.com/yujinakayama/transpec#supported-conversions | |||
2014-06-03 | Merge pull request #265 from apenney/fix-tests | Morgan Haskel | |
Further fixes to tests for 14.04. | |||
2014-06-03 | Further fixes to tests for 14.04. | Ashley Penney | |
2014-06-03 | Merge pull request #264 from apenney/fixes-for-tests | Morgan Haskel | |
Fixes for PE3.3. | |||
2014-06-03 | Fixes for PE3.3. | Ashley Penney | |
2014-05-15 | Merge pull request #258 from mckern/enhancement/master/camelcasedembools | Ashley Penney | |
(MODULES-905) Narrow the confinement in bool2str | |||
2014-05-15 | (MODULES-905) Extend spec tests for bool2str | Ryan McKern | |
The extended spec tests validate that the common types of values that could be passed to bool2str() are rejected. | |||
2014-05-15 | Revert "Merge pull request #256 from stbenjam/2571-before" | Ashley Penney | |
This reverts commit 8499ebdb7f892f2623295058649c67a5553d4732, reversing changes made to 08b00d9229961d7b3c3cba997bfb35c8d47e4c4b. | |||
2014-05-15 | Merge pull request #255 from mckern/enhancement/master/camelcasedembools | Ashley Penney | |
(MODULES-905) Add bool2str() and camelcase() for string manipulation | |||
2014-05-14 | (PUP-2571) add 'before' functionality to file_line | Stephen Benjamin | |
file_line supports adding lines after a match, but there are use cases when having "before" would be useful. For example, in Debian-based OS's, the last line of /etc/rc.local is "exit 0" it's an incredible pain to deal with that scenario today. This commit adds a 'before' parameter to the file_line type, and implements it for the ruby provider. | |||
2014-05-13 | (maint) Add bool2str & camelcase spec tests | Ryan McKern | |
2014-05-09 | Prepare a 4.2.1 release. | Ashley Penney | |
2014-05-08 | Fix the stdlib functions that fail tests | Hunter Haugen | |
2014-05-08 | Move unit tests to spec/functions | Hunter Haugen | |
rspec-puppet matchers are defined for tests which exist in spec/functions, but the function unit tests lived in spec/unit/puppet/parser/functions. This moves them to the correct place for using rspec-puppet | |||
2014-05-07 | Add mode +x to spec .rb files | Hunter Haugen | |
2014-05-07 | Move the 4 misplaced tests | Hunter Haugen | |
2014-05-07 | Adding more spec coverage | Hunter Haugen | |
2014-05-07 | Add the missing shebangs and fix the wrong ones for rpmlint to stop ↵ | Andrea Veri | |
complaining loudly | |||
2014-05-02 | Update build_csv to understand contexts | Hunter Haugen | |
2014-05-02 | Fix the validate_augeas beaker tests | Hunter Haugen | |
2014-05-01 | Add more specs | Hunter Haugen | |
2014-04-28 | Merge pull request #243 from hunner/add_beaker | Ashley Penney | |
Add beaker tests for functions. | |||
2014-04-24 | Merge pull request #222 from mfoo/fix/master/concat-primitives | Ashley Penney | |
Allow concat to take non-array second parameters | |||
2014-04-24 | Merge pull request #238 from Spredzy/add_default_ensure_packages | Ashley Penney | |
(MODULES-603) Add defaults arguments to ensure_packages() | |||
2014-04-22 | Adjust the regular expression for facts. | Ashley Penney | |
Previously this was incorrectly handling facts that were of the form foo=1+1=2 due to the ='s in the actual fact contents. Fix this and add tests to try and prevent regressions. | |||
2014-04-16 | (maint) Remove facter versions test | Kylo Ginsberg | |
This test attempts to emulate various versions of facter, but is still dependent on the version of facter it is running against. The immediate symptom was that the test breaks with facter 2.0.1 because it adds another external facts search directory. I tried a couple ways to stub this but allowing it to pretend to run against one set of facters, while actually running against one real facter (which might itself be one of several versions) eluded me. So this patch just removes the test. | |||
2014-04-09 | Adding more tests | Hunter Haugen | |
2014-04-08 | Add build_csv | Hunter Haugen | |
2014-04-08 | Add success/fail groups | Hunter Haugen | |
2014-04-03 | First set of tests | Hunter Haugen | |
2014-04-03 | Add some acceptance tests for functions. | Ashley Penney | |