mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-14 05:30:51 +00:00
* 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
|