make test match updated (c) year

This commit is contained in:
Mike Linksvayer 2017-06-26 14:34:51 -07:00 committed by GitHub
parent 7a8005261c
commit b93370fd85
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RSpec.describe 'command line invocation' do
end
it 'outputs the attribution' do
expect(stdout).to match('2014-2016 Ben Balter')
expect(stdout).to match('2014-2017 Ben Balter')
end
it 'outputs the confidence' do