diff options
Diffstat (limited to 'spec/unit/resource.rb')
-rwxr-xr-x | spec/unit/resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource.rb b/spec/unit/resource.rb index 0fcf51b8b..141986f90 100755 --- a/spec/unit/resource.rb +++ b/spec/unit/resource.rb @@ -4,7 +4,7 @@ require File.dirname(__FILE__) + '/../spec_helper' require 'puppet/resource' describe Puppet::Resource do - [:catalog, :file, :line, :implicit].each do |attr| + [:catalog, :file, :line].each do |attr| it "should have an #{attr} attribute" do resource = Puppet::Resource.new("file", "/my/file") resource.should respond_to(attr) |