diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-06-22 10:09:24 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-06-22 10:09:24 -0500 |
| commit | 5521dd08a062f39036b045c819201b6235fb32f8 (patch) | |
| tree | e3085d9a7a58f084eabefc19987f3acb029d03ac /Rakefile | |
| parent | b571c47a1c61394d371dcd4b8d2165b4e16f4e84 (diff) | |
Move test fixtures to samples/
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Rake::TestTask.new do |t| end -file 'lib/linguist/classifier.yml' => Dir['test/fixtures/**/*'] do |f| +file 'lib/linguist/classifier.yml' => Dir['samples/**/*'] do |f| require 'linguist/sample' classifier = Linguist::Sample.classifier File.open(f.name, 'w') { |io| YAML.dump(classifier, io) } |
