diff options
| author | Nick Lewis <nick@puppetlabs.com> | 2011-01-05 15:41:31 -0800 |
|---|---|---|
| committer | Nick Lewis <nick@puppetlabs.com> | 2011-01-05 15:41:39 -0800 |
| commit | 717670fa3a6f471c8183dd85443ca2426f4df238 (patch) | |
| tree | d5068dfd7a3890c7b5961779c87681b930cf3144 /spec/integration | |
| parent | a05df9fec9040a908f28e4c324845ec80daa54eb (diff) | |
| download | puppet-717670fa3a6f471c8183dd85443ca2426f4df238.tar.gz puppet-717670fa3a6f471c8183dd85443ca2426f4df238.tar.xz puppet-717670fa3a6f471c8183dd85443ca2426f4df238.zip | |
(#5771): Fix spec failures associated with rspec upgrade
Due to changes in the spec_helper, some of the specs that use puppettest were
failing when run individually. In the future, it would be nice to remove
puppettest from the specs entirely, as it's old, crufty, and only used for a
couple of things.
Paired-With: Matt Robinson
Diffstat (limited to 'spec/integration')
| -rwxr-xr-x | spec/integration/provider/mailalias/aliases_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/integration/provider/mailalias/aliases_spec.rb b/spec/integration/provider/mailalias/aliases_spec.rb index 0511205f2..1bce13f90 100755 --- a/spec/integration/provider/mailalias/aliases_spec.rb +++ b/spec/integration/provider/mailalias/aliases_spec.rb @@ -8,7 +8,6 @@ require 'puppettest/fileparsing' provider_class = Puppet::Type.type(:mailalias).provider(:aliases) describe provider_class do - include PuppetTest include PuppetTest::FileParsing include PuppetTest::Support::Utils |
