adding fake driver

This commit is contained in:
2013-07-25 16:14:38 -04:00
parent 266b0722f1
commit 5a69517c0b
24 changed files with 1740 additions and 1230 deletions

View File

@@ -1,7 +1,7 @@
module FixtureHelpers
def fixture(name, ext = '.txt')
File.read(File.join(File.dirname(__FILE__), '..', 'fixtures', name.to_s + ext))
end
end
module FixtureHelpers
def fixture(name, ext = '.txt')
File.read(File.join(File.dirname(__FILE__), '..', 'fixtures', name.to_s + ext))
end
end