summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-04-27 08:04:34 +0100
committerLee Jarvis <lee@jarvis.co>2011-04-27 08:04:34 +0100
commit4b63d91a971ed21083c9e58f441b92439d7f529a (patch)
tree97a023f25f96b8f6b70b20ea22e382811dc536d5 /Rakefile
parent56b8c93eeed922f24bc27fc4849c99c77e1d6a77 (diff)
downloadslop-4b63d91a971ed21083c9e58f441b92439d7f529a.tar.gz
ensure tests can be ran solo
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 8300a41..293f705 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,8 +1,4 @@
task :test do
- $LOAD_PATH.unshift './lib'
- require 'slop'
- require 'minitest/autorun'
- begin; require 'turn'; rescue LoadError; end
Dir.glob("test/**/*_test.rb").each { |test| require "./#{test}" }
end