mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-17 07:36:39 +01:00
8 lines
138 B
Ruby
8 lines
138 B
Ruby
require 'bundler'
|
|
Bundler::GemHelper.install_tasks
|
|
|
|
require 'rspec/core/rake_task'
|
|
RSpec::Core::RakeTask.new('spec')
|
|
|
|
task default: :spec
|