summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/exec
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-13 00:35:11 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-13 00:36:38 -0700
commitdb11770718c61f9ee3d5fcd703c5c0c7c05227ca (patch)
tree95c35f65addba0d408cb7f5c9e2c5de53724a737 /spec/unit/provider/exec
parent4dd6a77481400b7eeac3377267d092d4c6d22da3 (diff)
downloadpuppet-db11770718c61f9ee3d5fcd703c5c0c7c05227ca.tar.gz
puppet-db11770718c61f9ee3d5fcd703c5c0c7c05227ca.tar.xz
puppet-db11770718c61f9ee3d5fcd703c5c0c7c05227ca.zip
maint: clean up the spec test headers in bulk.
We now use a shebang of: #!/usr/bin/env rspec This enables the direct execution of spec tests again, which was lost earlier during the transition to more directly using the rspec2 runtime environment.
Diffstat (limited to 'spec/unit/provider/exec')
-rwxr-xr-xspec/unit/provider/exec/posix_spec.rb2
-rwxr-xr-xspec/unit/provider/exec/shell_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/provider/exec/posix_spec.rb b/spec/unit/provider/exec/posix_spec.rb
index a1d887215..50697d826 100755
--- a/spec/unit/provider/exec/posix_spec.rb
+++ b/spec/unit/provider/exec/posix_spec.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/usr/bin/env rspec
require 'spec_helper'
provider_class = Puppet::Type.type(:exec).provider(:posix)
diff --git a/spec/unit/provider/exec/shell_spec.rb b/spec/unit/provider/exec/shell_spec.rb
index b84f48fe3..90047b9d6 100755
--- a/spec/unit/provider/exec/shell_spec.rb
+++ b/spec/unit/provider/exec/shell_spec.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/usr/bin/env rspec
require 'spec_helper'
provider_class = Puppet::Type.type(:exec).provider(:shell)