summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/functions
diff options
context:
space:
mode:
authorMarkus Roberts <Markus@reality.com>2010-06-28 16:32:11 -0700
committerMarkus Roberts <Markus@reality.com>2010-06-28 16:32:11 -0700
commit9ceb4540a567b0a9de85af5397df4a292303a9c3 (patch)
tree30d1e1601888381baaaa14bfc5ee7246fd5c78e8 /spec/unit/parser/functions
parent85638cf427fe9b35d3e3b0fa4ce919c5806c60d3 (diff)
[#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/unit/parser/functions')
-rwxr-xr-xspec/unit/parser/functions/defined_spec_spec.rb (renamed from spec/unit/parser/functions/defined_spec.rb)0
-rw-r--r--spec/unit/parser/functions/fqdn_rand_spec_spec.rb (renamed from spec/unit/parser/functions/fqdn_rand_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/generate_spec_spec.rb (renamed from spec/unit/parser/functions/generate_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/inline_template_spec_spec.rb (renamed from spec/unit/parser/functions/inline_template_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/realize_spec_spec.rb (renamed from spec/unit/parser/functions/realize_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/regsubst_spec_spec.rb (renamed from spec/unit/parser/functions/regsubst_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/require_spec_spec.rb (renamed from spec/unit/parser/functions/require_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/shellquote_spec_spec.rb (renamed from spec/unit/parser/functions/shellquote_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/split_spec_spec.rb (renamed from spec/unit/parser/functions/split_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/sprintf_spec_spec.rb (renamed from spec/unit/parser/functions/sprintf_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/tag_spec_spec.rb (renamed from spec/unit/parser/functions/tag_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/template_spec_spec.rb (renamed from spec/unit/parser/functions/template_spec.rb)0
-rwxr-xr-xspec/unit/parser/functions/versioncmp_spec_spec.rb (renamed from spec/unit/parser/functions/versioncmp_spec.rb)0
13 files changed, 0 insertions, 0 deletions
diff --git a/spec/unit/parser/functions/defined_spec.rb b/spec/unit/parser/functions/defined_spec_spec.rb
index 03b0ef9dd..03b0ef9dd 100755
--- a/spec/unit/parser/functions/defined_spec.rb
+++ b/spec/unit/parser/functions/defined_spec_spec.rb
diff --git a/spec/unit/parser/functions/fqdn_rand_spec.rb b/spec/unit/parser/functions/fqdn_rand_spec_spec.rb
index cde899eef..cde899eef 100644
--- a/spec/unit/parser/functions/fqdn_rand_spec.rb
+++ b/spec/unit/parser/functions/fqdn_rand_spec_spec.rb
diff --git a/spec/unit/parser/functions/generate_spec.rb b/spec/unit/parser/functions/generate_spec_spec.rb
index 05c2cb7dc..05c2cb7dc 100755
--- a/spec/unit/parser/functions/generate_spec.rb
+++ b/spec/unit/parser/functions/generate_spec_spec.rb
diff --git a/spec/unit/parser/functions/inline_template_spec.rb b/spec/unit/parser/functions/inline_template_spec_spec.rb
index 19e1a3b2a..19e1a3b2a 100755
--- a/spec/unit/parser/functions/inline_template_spec.rb
+++ b/spec/unit/parser/functions/inline_template_spec_spec.rb
diff --git a/spec/unit/parser/functions/realize_spec.rb b/spec/unit/parser/functions/realize_spec_spec.rb
index d9c94b143..d9c94b143 100755
--- a/spec/unit/parser/functions/realize_spec.rb
+++ b/spec/unit/parser/functions/realize_spec_spec.rb
diff --git a/spec/unit/parser/functions/regsubst_spec.rb b/spec/unit/parser/functions/regsubst_spec_spec.rb
index 5a533efb1..5a533efb1 100755
--- a/spec/unit/parser/functions/regsubst_spec.rb
+++ b/spec/unit/parser/functions/regsubst_spec_spec.rb
diff --git a/spec/unit/parser/functions/require_spec.rb b/spec/unit/parser/functions/require_spec_spec.rb
index 45769ccbe..45769ccbe 100755
--- a/spec/unit/parser/functions/require_spec.rb
+++ b/spec/unit/parser/functions/require_spec_spec.rb
diff --git a/spec/unit/parser/functions/shellquote_spec.rb b/spec/unit/parser/functions/shellquote_spec_spec.rb
index 283a4de1e..283a4de1e 100755
--- a/spec/unit/parser/functions/shellquote_spec.rb
+++ b/spec/unit/parser/functions/shellquote_spec_spec.rb
diff --git a/spec/unit/parser/functions/split_spec.rb b/spec/unit/parser/functions/split_spec_spec.rb
index 8aa031d19..8aa031d19 100755
--- a/spec/unit/parser/functions/split_spec.rb
+++ b/spec/unit/parser/functions/split_spec_spec.rb
diff --git a/spec/unit/parser/functions/sprintf_spec.rb b/spec/unit/parser/functions/sprintf_spec_spec.rb
index 949dc3fcc..949dc3fcc 100755
--- a/spec/unit/parser/functions/sprintf_spec.rb
+++ b/spec/unit/parser/functions/sprintf_spec_spec.rb
diff --git a/spec/unit/parser/functions/tag_spec.rb b/spec/unit/parser/functions/tag_spec_spec.rb
index 5fb467e59..5fb467e59 100755
--- a/spec/unit/parser/functions/tag_spec.rb
+++ b/spec/unit/parser/functions/tag_spec_spec.rb
diff --git a/spec/unit/parser/functions/template_spec.rb b/spec/unit/parser/functions/template_spec_spec.rb
index 8fc64d0c3..8fc64d0c3 100755
--- a/spec/unit/parser/functions/template_spec.rb
+++ b/spec/unit/parser/functions/template_spec_spec.rb
diff --git a/spec/unit/parser/functions/versioncmp_spec.rb b/spec/unit/parser/functions/versioncmp_spec_spec.rb
index 0595f8711..0595f8711 100755
--- a/spec/unit/parser/functions/versioncmp_spec.rb
+++ b/spec/unit/parser/functions/versioncmp_spec_spec.rb