Don't use should for rpsec

bug/bundler_fix
sinn3r 2015-01-17 01:50:37 -06:00
parent 2e9b99ece6
commit 4281d9fdf5
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ describe Md5LookupUtility do
it 'prints a \'found\' message' do
allow(subject).to receive(:get_hash_results).and_yield(expected_result)
output = get_stdout { subject.run }
expect (output).should include('Found:')
expect(output).to include('Found:')
end
end
end