diff options
author | Gary Larizza <gary@puppetlabs.com> | 2012-10-30 17:40:13 -0700 |
---|---|---|
committer | Gary Larizza <gary@puppetlabs.com> | 2012-10-30 17:40:13 -0700 |
commit | 8b0df4beccdb62a87e82ba2f25b8060882c07b93 (patch) | |
tree | a699ee9774122c4912c686dc041707a063e69a6d /spec/support/fixture_helpers.rb | |
parent | 109d181b8ec6130151b2e8144cdaecf986a96075 (diff) | |
parent | b0f655163696aea40813db54fd830387bfc7e499 (diff) |
Merge pull request #35 from sodabrew/dummy-provider
Add a dummy provider, remove 'defaultfor' from all other providers.
Diffstat (limited to 'spec/support/fixture_helpers.rb')
-rw-r--r-- | spec/support/fixture_helpers.rb | 1 |
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 |