rails test pipeline 源码
轨道测试管道 rails-test-pipeline提供了一种结构,用于在github上的Rails上使用RSpec和Minitest(默认包含在Rails中)来设置自动化测试。 安装 使用Postgres设置Rails应用 $ rails new my-rails-app --database=postgresql $ cd my-rails-app $ rails db:create $ git add . $ git commit -m "rails new" $ gh repo create $ git push origin master 为单元测试配置RSpec 按照rspec文档添加和安装rspec gem 为系统测试配置Minitest 在Gemfile中安装启动gem group :test do # [...] gem 'launchy' end $
文件列表
rails-test-pipeline-master.zip
(预估有个99文件)
rails-test-pipeline-master
.gitattributes
327B
.github
workflows
test.yaml
2KB
log
.keep
0B
postcss.config.js
224B
public
500.html
2KB
暂无评论