spec/bin_spec.rb in licensee-8.7.0 vs spec/bin_spec.rb in licensee-8.8.0
- old
+ new
@@ -19,10 +19,10 @@
it "detects the folder's license" do
expect(stdout).to match('License: MIT License')
end
it 'outputs the hash' do
- expect(stdout).to match('750260c322080bab4c19fd55eb78bc73e1ae8f11')
+ expect(stdout).to match('d64f3bb4282a97b37454b5bb96a8a264a3363dc3')
end
it 'outputs the attribution' do
expect(stdout).to match('2014-2016 Ben Balter')
end