Skip to content

Commit

Permalink
Enabled test suite with rake task.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 2, 2018
1 parent 79ce53e commit 509f38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "rake/testtask"
Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.libs << "lib"
t.test_files = FileList["test/**/*_test.rb"]
t.test_files = FileList["test/**/test_*.rb"]
end

task :default => :test

0 comments on commit 509f38f

Please sign in to comment.