mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
11 lines
170 B
Text
11 lines
170 B
Text
|
|
require "bundler/gem_tasks"
|
||
|
|
|
||
|
|
begin
|
||
|
|
require 'rspec/core/rake_task'
|
||
|
|
|
||
|
|
RSpec::Core::RakeTask.new(:spec)
|
||
|
|
task default: :spec
|
||
|
|
rescue LoadError
|
||
|
|
# no rspec available
|
||
|
|
end
|