mirror of
https://github.com/wahyd4/dingtalk.git
synced 2026-08-09 04:45:54 +10: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
|