diff options
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -1 +1,8 @@  require 'bundler/gem_tasks' +require 'rake/testtask' + +Rake::TestTask.new do |t| +  t.libs << 'spec' +  t.test_files = FileList['spec/**/*_spec.rb'] +  t.verbose = true +end | 
