Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
set default rake task to test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Nov 30, 2012
1 parent 614f137 commit 33ba751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ require 'bundler/gem_tasks'
require 'rdoc/task' require 'rdoc/task'
require 'rake/testtask' require 'rake/testtask'


task :default => [:test_memory]

desc "Create documentation" desc "Create documentation"
Rake::RDocTask.new("doc") { |rdoc| Rake::RDocTask.new("doc") { |rdoc|
rdoc.title = "bandit - A multi-armed bandit optmization framework for Rails" rdoc.title = "bandit - A multi-armed bandit optmization framework for Rails"
Expand Down

0 comments on commit 33ba751

Please sign in to comment.