technicalpickles / file_fixture

A helper method for loading files during test

This URL has Read+Write access

file_fixture / Rakefile
100644 11 lines (9 sloc) 0.261 kb
1
2
3
4
5
6
7
8
9
10
11
require 'rake'
require 'echoe'
 
Echoe.new('file_fixture') do |p|
  p.author = 'Josh Nichols'
  p.email = 'josh@technicalpickles.com'
  p.summary = 'A helper method for loading files during test'
  p.url = 'http://technicalpickles.com'
  p.version = '0.1.1'
end