diff options
| author | Markus Roberts <Markus@reality.com> | 2010-06-28 16:32:11 -0700 |
|---|---|---|
| committer | Markus Roberts <Markus@reality.com> | 2010-06-28 16:32:11 -0700 |
| commit | 9ceb4540a567b0a9de85af5397df4a292303a9c3 (patch) | |
| tree | 30d1e1601888381baaaa14bfc5ee7246fd5c78e8 /spec/integration/parser | |
| parent | 85638cf427fe9b35d3e3b0fa4ce919c5806c60d3 (diff) | |
| download | puppet-9ceb4540a567b0a9de85af5397df4a292303a9c3.tar.gz puppet-9ceb4540a567b0a9de85af5397df4a292303a9c3.tar.xz puppet-9ceb4540a567b0a9de85af5397df4a292303a9c3.zip | |
[#3994-part 2] rename integration tests to *_spec.rb
Some spec files like active_record.rb had names that would confuse the
load path and get loaded instead of the intended implentation when the
spec was run from the same directory as the file.
Author: Matt Robinson <matt@puppetlabs.com>
Date: Fri Jun 11 15:29:33 2010 -0700
Diffstat (limited to 'spec/integration/parser')
| -rwxr-xr-x | spec/integration/parser/collector_spec.rb (renamed from spec/integration/parser/collector.rb) | 0 | ||||
| -rwxr-xr-x | spec/integration/parser/compiler_spec.rb (renamed from spec/integration/parser/compiler.rb) | 0 | ||||
| -rwxr-xr-x | spec/integration/parser/functions/require_spec.rb (renamed from spec/integration/parser/functions/require.rb) | 0 | ||||
| -rwxr-xr-x | spec/integration/parser/parser_spec.rb (renamed from spec/integration/parser/parser.rb) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/spec/integration/parser/collector.rb b/spec/integration/parser/collector_spec.rb index 4b1279e61..4b1279e61 100755 --- a/spec/integration/parser/collector.rb +++ b/spec/integration/parser/collector_spec.rb diff --git a/spec/integration/parser/compiler.rb b/spec/integration/parser/compiler_spec.rb index 512924f6f..512924f6f 100755 --- a/spec/integration/parser/compiler.rb +++ b/spec/integration/parser/compiler_spec.rb diff --git a/spec/integration/parser/functions/require.rb b/spec/integration/parser/functions/require_spec.rb index 3d65a50f0..3d65a50f0 100755 --- a/spec/integration/parser/functions/require.rb +++ b/spec/integration/parser/functions/require_spec.rb diff --git a/spec/integration/parser/parser.rb b/spec/integration/parser/parser_spec.rb index ee476c02f..ee476c02f 100755 --- a/spec/integration/parser/parser.rb +++ b/spec/integration/parser/parser_spec.rb |
