Add support file for incomming modulesync

This commit is contained in:
Zach Leslie 2017-02-26 17:58:27 -08:00
parent a5ee9385c4
commit 0c945a71ac
1 changed files with 11 additions and 0 deletions

11
.sync.yml Normal file
View File

@ -0,0 +1,11 @@
Gemfile:
optional:
':extra':
- gem: 'ipaddress'
':testextra':
- gem: 'rspec'
version: '~> 3.4.0'
- gem: 'rspec-mocks'
- gem: 'rspec-expectations'
spec/spec_helper.rb:
mock_with: ':rspec'