Skip to content

Commit

Permalink
Use run-test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 24, 2019
1 parent 9bb41ee commit f0a2de3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.libs << "lib"
t.test_files = FileList["test/**/test_*.rb"]
desc "Run test"
task :test do
ruby("run-test.rb")
end

task :default => :test

0 comments on commit f0a2de3

Please sign in to comment.