summaryrefslogtreecommitdiffstats
path: root/spec/unit/interface/node_spec.rb
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-03-26 00:12:17 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-03-28 10:45:34 -0700
commitb859baa04737644e40002f511c5941d002a956e3 (patch)
treef8f4d581c3b0445df836d5e55945f62547239598 /spec/unit/interface/node_spec.rb
parent88aeb04a50d8997b5e1e0ed7a5a2239508b174ee (diff)
MAINT: the API is officially named "string" as of this moment.
Now that we have settled on the final public name for the API, "Puppet::String", mass-rename and mass-edit all the files to follow. Reviewed-By: Randall Hansen <randall@puppetlabs.com>
Diffstat (limited to 'spec/unit/interface/node_spec.rb')
-rw-r--r--spec/unit/interface/node_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/unit/interface/node_spec.rb b/spec/unit/interface/node_spec.rb
deleted file mode 100644
index 91914c3ae..000000000
--- a/spec/unit/interface/node_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env ruby
-
-require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper.rb')
-
-describe Puppet::Interface.define(:node, '0.0.1') do
- it "should set its default format to :yaml" do
- subject.default_format.should == :yaml
- end
-end