diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-08-10 21:02:30 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-08-10 21:02:30 -0600 |
| commit | 95ca228619b7d31d43d3303e56296865e294ba82 (patch) | |
| tree | 59e964cefb5750ea21a55268591c5f54fb5c66fd /Rakefile | |
| parent | f7112f3044dbd6a98d6b8f0b7625892a52e396b2 (diff) | |
enable feature tests in Travis CI
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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' |
