summaryrefslogtreecommitdiff
path: root/spec/support/fixture_helpers.rb
diff options
context:
space:
mode:
authorGary Larizza <gary@puppetlabs.com>2012-10-18 18:12:09 -0700
committerGary Larizza <gary@puppetlabs.com>2012-10-18 18:12:09 -0700
commit755b593dbd3588ec95d952228477f6df9d7ae328 (patch)
treeb56b2a52caf9259bc19454bd806bb5d0c467b979 /spec/support/fixture_helpers.rb
parent7a08d7f5356aad3c4af3467d076071ab8e087f55 (diff)
parentd4f68c2b28e08158b53e3f7606c94de7481bc74a (diff)
Merge pull request #30 from ghoneycutt/noticket/master/inappropriate_whitespace
Removes trailing whitespace
Diffstat (limited to 'spec/support/fixture_helpers.rb')
-rw-r--r--spec/support/fixture_helpers.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/support/fixture_helpers.rb b/spec/support/fixture_helpers.rb
index 7b7b20a..205715c 100644
--- a/spec/support/fixture_helpers.rb
+++ b/spec/support/fixture_helpers.rb
@@ -3,5 +3,4 @@ module FixtureHelpers
def fixture(name, ext = '.txt')
File.read(File.join(File.dirname(__FILE__), '..', 'fixtures', name.to_s + ext))
end
-
end