mirror of
https://github.com/ditkrg/number-to-kurdish-words.git
synced 2026-01-22 22:06:49 +00:00
7 lines
117 B
Ruby
7 lines
117 B
Ruby
require "bundler/gem_tasks"
|
|
require "rspec/core/rake_task"
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
|
|
task :default => :spec
|