adding new vcsrepo

This commit is contained in:
2013-07-16 10:50:30 -04:00
parent 5ff96a078b
commit 266b0722f1
49 changed files with 2262 additions and 0 deletions

View 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