Navigation Menu

Skip to content

Commit

Permalink
Add test task and make it default
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 4, 2014
1 parent 9a98430 commit 87561bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Expand Up @@ -10,3 +10,10 @@ $LOAD_PATH.unshift(lib_dir_path.to_s)
require "wikipedia-search/task"

WikipediaSearch::Task.define

task :default => :test

desc "Run test"
task :test do
ruby("test/run-test.rb")
end

0 comments on commit 87561bd

Please sign in to comment.