spec/bin_spec.rb in licensee-9.12.0 vs spec/bin_spec.rb in licensee-9.13.0
- old
+ new
@@ -12,10 +12,10 @@
let(:stdout) { output[0] }
let(:stderr) { output[1] }
let(:status) { output[2] }
it 'Returns a zero exit code' do
- expect(status.exitstatus).to eql(0)
+ expect(status.exitstatus).to be(0)
end
it 'returns the help text' do
expect(stdout).to include('Licensee commands:')
end