summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Palm <dpalm@elctech.com>2011-06-09 13:18:21 +0200
committerDavid Palm <dpalm@elctech.com>2011-06-09 13:18:21 +0200
commit28b58fb2eabc8c7c04bd709dd8206d0bfbf4f613 (patch)
tree14cb662c3bbde990b337e5f6e34f5fed724face7 /Rakefile
parentf6825439d4f3a85d4f63285f7f6384b3b3668bf0 (diff)
downloadpry-28b58fb2eabc8c7c04bd709dd8206d0bfbf4f613.tar.gz
Adding a Desc to the test task so it shows up running "rake -T"
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e43166c9..74c32eff 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,6 +28,7 @@ def apply_spec_defaults(s)
s.add_development_dependency("open4", "~>1.0.1")
end
+desc "Run tests"
task :test do
sh "bacon -Itest -rubygems -a"
end