swagger-api/swagger-codegen

[Ruby] Rakefile for running multiple test cases

Open

#3,634 建立於 2016年8月24日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)HTML (5,474 fork)batch import
Client: RubyEnhancement: Generalhelp wanted

倉庫指標

Star
 (12,701 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Description

I would like to run multiple test cases written using minitest; it would be good to have Rakefile generated for the same to that rake task can be incorporated to run all the test cases.

# file: Rakefile
require 'rake/testtask'

Rake::TestTask.new do |task|
  task.libs << %w(test lib)
  task.pattern = 'test/test_*.rb'
end

task :default => :test
Swagger-codegen version

Version 2.1.5

貢獻者指南