[ruby] Fix generation when generateAliasAsModel is enabled (#7419)

This commit is contained in:
Hippolyte HENRY
2020-09-25 04:08:57 +02:00
committed by GitHub
parent 49760f7a34
commit 7b1563326a
35 changed files with 2496 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
require "bundler/gem_tasks"
begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task default: :spec
rescue LoadError
# no rspec available
end