Commit d6bb1b6e authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

replace suite.rb for the task tests on Rakefile

parent 200d758b
#!/usr/bin/env ruby
# coding: utf-8
require 'test/unit'
Dir.glob('test_*.rb').each do|f|
test_case = File.expand_path(f, File.dirname(__FILE__)).gsub('.rb', '')
require test_case
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment