diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-06-19 14:23:12 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-06-19 14:23:12 -0500 |
| commit | e2b0f6bb50f398073fa3e2f3870cd1814929a06a (patch) | |
| tree | 00eaf72fed7859e8c66c16b29a6e9490215b8c7b /Rakefile | |
| parent | 4d5c9b951bcf5afaa17be2f4f38721c0f69892ad (diff) | |
Depend classifier db on fixtures
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' do |f| +file 'lib/linguist/classifier.yml' => Dir['test/fixtures/**/*'] do |f| require 'linguist/sample' classifier = Linguist::Sample.classifier File.open(f.name, 'w') { |io| YAML.dump(classifier, io) } |
