forked from loafle/openapi-generator-original
* Allow aliasing of auth keys * update sample and add config for feature * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
11 lines
170 B
Ruby
11 lines
170 B
Ruby
require "bundler/gem_tasks"
|
|
|
|
begin
|
|
require 'rspec/core/rake_task'
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
task default: :spec
|
|
rescue LoadError
|
|
# no rspec available
|
|
end
|