Adding new configurator

This commit is contained in:
Charles Care
2019-08-14 08:36:16 +01:00
parent 78f0954c26
commit 859869bdaf
8 changed files with 341 additions and 0 deletions

10
Rakefile Normal file
View File

@@ -0,0 +1,10 @@
require "rake/testtask"
Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.libs << "lib"
t.warning = false
t.test_files = FileList["test/**/*_test.rb"]
end
task :default => :test