summaryrefslogtreecommitdiffstats
path: root/spec/unit
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit')
-rwxr-xr-xspec/unit/resource.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/resource.rb b/spec/unit/resource.rb
index c993f8d98..2205619c5 100755
--- a/spec/unit/resource.rb
+++ b/spec/unit/resource.rb
@@ -452,10 +452,6 @@ describe Puppet::Resource do
Puppet::Resource.from_json(@data).title.should == "yay"
end
- it "should set its title to the provided title" do
- Puppet::Resource.from_json(@data).title.should == "yay"
- end
-
it "should tag the resource with any provided tags" do
@data['tags'] = %w{foo bar}
resource = Puppet::Resource.from_json(@data)