tpbowden/version_manager

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
Dir[File.expand_path("../tasks/**/*.rake", __FILE__)].each do |f|
  load f
end

task default: [
  :rubocop,
  :spec,
  :cucumber,
]