alf-tool/alf-sql

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
# We run tests by default
task :default => :test

#
# Install all tasks found in tasks folder
#
# See .rake files there for complete documentation.
#
Dir["tasks/*.rake"].each do |taskfile|
  load taskfile
end