bitaculous/ember-cli-deploy-rack

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
#!/usr/bin/env rake

# Load all Rake tasks in `tasks`.
Dir.glob('tasks/*.rake').each { |task| load task }

# === Configuration ===

# Run all specs and RuboCop as default task.
task default: [:spec, :rubocop]