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/shared_behaviours | |
| 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/shared_behaviours')
| -rwxr-xr-x[-rw-r--r--] | spec/shared_behaviours/all_parsedfile_providers.rb | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | spec/shared_behaviours/file_server_terminus.rb | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | spec/shared_behaviours/file_serving.rb | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | spec/shared_behaviours/memory_terminus.rb | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | spec/shared_behaviours/path_parameters.rb | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | spec/shared_behaviours/things_that_declare_options.rb | 0 |
6 files changed, 2 insertions, 2 deletions
diff --git a/spec/shared_behaviours/all_parsedfile_providers.rb b/spec/shared_behaviours/all_parsedfile_providers.rb index 9cb199b5f..9cb199b5f 100644..100755 --- a/spec/shared_behaviours/all_parsedfile_providers.rb +++ b/spec/shared_behaviours/all_parsedfile_providers.rb diff --git a/spec/shared_behaviours/file_server_terminus.rb b/spec/shared_behaviours/file_server_terminus.rb index 94a044d2e..f59169382 100644..100755 --- a/spec/shared_behaviours/file_server_terminus.rb +++ b/spec/shared_behaviours/file_server_terminus.rb @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env rspec # # Created by Luke Kanies on 2007-10-18. # Copyright (c) 2007. All rights reserved. diff --git a/spec/shared_behaviours/file_serving.rb b/spec/shared_behaviours/file_serving.rb index 84173448a..3afab5b59 100644..100755 --- a/spec/shared_behaviours/file_serving.rb +++ b/spec/shared_behaviours/file_serving.rb @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env rspec # # Created by Luke Kanies on 2007-10-18. # Copyright (c) 2007. All rights reserved. diff --git a/spec/shared_behaviours/memory_terminus.rb b/spec/shared_behaviours/memory_terminus.rb index f9325a969..f9325a969 100644..100755 --- a/spec/shared_behaviours/memory_terminus.rb +++ b/spec/shared_behaviours/memory_terminus.rb diff --git a/spec/shared_behaviours/path_parameters.rb b/spec/shared_behaviours/path_parameters.rb index b5a907900..b5a907900 100644..100755 --- a/spec/shared_behaviours/path_parameters.rb +++ b/spec/shared_behaviours/path_parameters.rb diff --git a/spec/shared_behaviours/things_that_declare_options.rb b/spec/shared_behaviours/things_that_declare_options.rb index 1b41c2279..1b41c2279 100644..100755 --- a/spec/shared_behaviours/things_that_declare_options.rb +++ b/spec/shared_behaviours/things_that_declare_options.rb |
