cryptosphere/fling

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
require "bundler/gem_tasks"

Dir["tasks/**/*.rake"].each { |task| load task }

task default: %w(spec rubocop)
task ci:      :default