summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorGary Larizza <gary@puppetlabs.com>2012-10-30 17:40:13 -0700
committerGary Larizza <gary@puppetlabs.com>2012-10-30 17:40:13 -0700
commit8b0df4beccdb62a87e82ba2f25b8060882c07b93 (patch)
treea699ee9774122c4912c686dc041707a063e69a6d /spec/support
parent109d181b8ec6130151b2e8144cdaecf986a96075 (diff)
parentb0f655163696aea40813db54fd830387bfc7e499 (diff)
Merge pull request #35 from sodabrew/dummy-provider
Add a dummy provider, remove 'defaultfor' from all other providers.
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/fixture_helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/fixture_helpers.rb b/spec/support/fixture_helpers.rb
index 205715c..8a0e0a0 100644
--- a/spec/support/fixture_helpers.rb
+++ b/spec/support/fixture_helpers.rb
@@ -3,4 +3,5 @@ module FixtureHelpers
def fixture(name, ext = '.txt')
File.read(File.join(File.dirname(__FILE__), '..', 'fixtures', name.to_s + ext))
end
+
end