summaryrefslogtreecommitdiffstats
path: root/spec/unit/application/string_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/application/string_spec.rb')
-rwxr-xr-xspec/unit/application/string_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/unit/application/string_spec.rb b/spec/unit/application/string_spec.rb
deleted file mode 100755
index 13af0a546..000000000
--- a/spec/unit/application/string_spec.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env ruby
-
-require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper.rb')
-require 'puppet/application/string'
-
-describe Puppet::Application::String do
- it "should be an application" do
- Puppet::Application::String.superclass.should equal(Puppet::Application)
- end
-end