diff options
| author | Daniel Pittman <daniel@puppetlabs.com> | 2011-04-13 00:35:11 -0700 |
|---|---|---|
| committer | Daniel Pittman <daniel@puppetlabs.com> | 2011-04-13 00:36:38 -0700 |
| commit | db11770718c61f9ee3d5fcd703c5c0c7c05227ca (patch) | |
| tree | 95c35f65addba0d408cb7f5c9e2c5de53724a737 /spec/unit/file_bucket | |
| parent | 4dd6a77481400b7eeac3377267d092d4c6d22da3 (diff) | |
| download | puppet-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/file_bucket')
| -rwxr-xr-x | spec/unit/file_bucket/dipper_spec.rb | 3 | ||||
| -rwxr-xr-x | spec/unit/file_bucket/file_spec.rb | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/spec/unit/file_bucket/dipper_spec.rb b/spec/unit/file_bucket/dipper_spec.rb index e218e8616..910b2808d 100755 --- a/spec/unit/file_bucket/dipper_spec.rb +++ b/spec/unit/file_bucket/dipper_spec.rb @@ -1,5 +1,4 @@ -#!/usr/bin/env ruby - +#!/usr/bin/env rspec require 'spec_helper' require 'pathname' diff --git a/spec/unit/file_bucket/file_spec.rb b/spec/unit/file_bucket/file_spec.rb index d7dfb8d70..c4444ae77 100755 --- a/spec/unit/file_bucket/file_spec.rb +++ b/spec/unit/file_bucket/file_spec.rb @@ -1,5 +1,4 @@ -#!/usr/bin/env ruby - +#!/usr/bin/env rspec require 'spec_helper' require 'puppet/file_bucket/file' |
