mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
e189388371
* Add Rakefile, Gemfile, and update client generator * Update sample
9 lines
141 B
Ruby
9 lines
141 B
Ruby
begin
|
|
require 'rspec/core/rake_task'
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
task default: :spec
|
|
rescue LoadError
|
|
# no rspec available
|
|
end
|