diff options
| author | Daniel Pittman <daniel@puppetlabs.com> | 2011-04-14 19:48:48 -0700 |
|---|---|---|
| committer | Daniel Pittman <daniel@puppetlabs.com> | 2011-04-15 15:07:01 -0700 |
| commit | 0c60aa28d2d15e7e718792871af3350c3a1fa5c7 (patch) | |
| tree | e42d8272ca303c9b88d91a96580b0cedd3b52116 /spec/unit/interface | |
| parent | e945cea00512d33c3d9d262b8285896febf946a3 (diff) | |
| download | puppet-0c60aa28d2d15e7e718792871af3350c3a1fa5c7.tar.gz puppet-0c60aa28d2d15e7e718792871af3350c3a1fa5c7.tar.xz puppet-0c60aa28d2d15e7e718792871af3350c3a1fa5c7.zip | |
maint: delete an empty describe block containing no tests.
Reviewed-By: Max Martin <max@puppetlabs.com>
Diffstat (limited to 'spec/unit/interface')
| -rwxr-xr-x | spec/unit/interface/face_collection_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/interface/face_collection_spec.rb b/spec/unit/interface/face_collection_spec.rb index d1114dde7..f9498cbb8 100755 --- a/spec/unit/interface/face_collection_spec.rb +++ b/spec/unit/interface/face_collection_spec.rb @@ -24,10 +24,6 @@ describe Puppet::Interface::FaceCollection do $".clear ; @original_required.each do |item| $" << item end end - describe "::faces" do - it "REVISIT: should have some tests here, if we describe it" - end - describe "::validate_version" do it 'should permit three number versions' do subject.validate_version('10.10.10').should == true |
