1 Star 0 Fork 0

run27017/grape-entity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Guardfile 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
LeFnord 提交于 2019-03-15 07:23 +08:00 . Updates travis matrix ...
# frozen_string_literal: true
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard 'rspec', version: 2 do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch(%r{^spec/support/shared_versioning_examples.rb$}) { |_m| 'spec/' }
watch('spec/spec_helper.rb') { 'spec/' }
end
guard 'bundler' do
watch('Gemfile')
watch(/^.+\.gemspec/)
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/run27017/grape-entity.git
git@gitee.com:run27017/grape-entity.git
run27017
grape-entity
grape-entity
master

搜索帮助