More testing

This commit is contained in:
Gene Liverman 2017-05-07 16:57:16 -07:00
parent d008f064cc
commit 1241ef7c85
9 changed files with 65 additions and 23 deletions

5
.rubocop.yml Normal file
View file

@ -0,0 +1,5 @@
AllCops:
Exclude:
- 'vendor/**/*'
- 'spec/fixtures/**/*'
TargetRubyVersion: 2.0