mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-25 22:52:45 +00:00
adding new vcsrepo
This commit is contained in:
7
modules/vcsrepo/spec/support/fixture_helpers.rb
Normal file
7
modules/vcsrepo/spec/support/fixture_helpers.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module FixtureHelpers
|
||||
|
||||
def fixture(name, ext = '.txt')
|
||||
File.read(File.join(File.dirname(__FILE__), '..', 'fixtures', name.to_s + ext))
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user