summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-23 14:40:15 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-23 14:40:15 +0100
commit2ed21cbd6b0fea424dc2951635cf8bd8c9de439a (patch)
tree760b43c728c3a2f01ca0e59ae3ae630c44e35678 /Rakefile
parentd39855f34fbfbf15544da09a735c5b741cec1693 (diff)
downloadslop-2ed21cbd6b0fea424dc2951635cf8bd8c9de439a.tar.gz
psh, lets just remove this task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index e770d6f..4a74ea0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,8 +3,4 @@ task :test do
Dir.glob("test/*_test.rb").each { |test| require "./#{test}" }
end
-task :test_all do
- sh "rvm rake test"
-end
-
task :default => :test