summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2014-08-10 21:02:30 -0600
committerDan Allen <dan.j.allen@gmail.com>2014-08-10 21:02:30 -0600
commit95ca228619b7d31d43d3303e56296865e294ba82 (patch)
tree59e964cefb5750ea21a55268591c5f54fb5c66fd /Rakefile
parentf7112f3044dbd6a98d6b8f0b7625892a52e396b2 (diff)
enable feature tests in Travis CI
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index c7a7ede8..727ffb21 100644
--- a/Rakefile
+++ b/Rakefile
@@ -52,6 +52,11 @@ begin
rescue LoadError
end
+namespace :test do
+ desc 'Run unit and feature tests'
+ task :all => [:test,:features]
+end
+
=begin
begin
require 'rdoc/task'