Rakefile in socialcrawler-0.0.0 vs Rakefile in socialcrawler-0.0.2
- old
+ new
@@ -1,2 +1,9 @@
require "bundler/gem_tasks"
+require 'rake/testtask'
+Rake::TestTask.new do |t|
+ t.libs << 'test'
+end
+
+desc "Run tests"
+task :default => :test
\ No newline at end of file