yasuhito/text2048

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
# encoding: utf-8

task default: [:test, :reek, :flog, :flay, :rubocop]
task test: [:spec, :cucumber, 'coveralls:push']
task travis: :default

Dir.glob('tasks/*.rake').each { |each| import each }