diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-07-23 13:55:30 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-07-23 13:55:30 -0500 |
| commit | 5cda67530d0bad369e99f77d3aca4e6d9fa85e9b (patch) | |
| tree | dbfde79fa02df7fa913b3f0bfc20f3e14c3c6cd5 /Rakefile | |
| parent | 447aef2183d70b47df37580770236f602cd2cce4 (diff) | |
Seperate test file for samples
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ end CLOBBER.include 'lib/linguist/samples.yml' -task :classifier => [:clobber, 'lib/linguist/samples.yml'] +task :samples => [:clobber, 'lib/linguist/samples.yml'] namespace :classifier do LIMIT = 1_000 |
