Rubocop autocorrections

This commit is contained in:
James Mason 2018-11-13 18:01:49 -08:00
parent 299738f58d
commit 43bef689fc
85 changed files with 622 additions and 578 deletions

View file

@ -7,7 +7,7 @@
guard_opts = {
all_on_start: true,
all_after_pass: true,
cmd: 'spring rspec'
cmd: 'spring rspec'
}
def model_specs ; 'spec/models' end