Update RSpec

This commit is contained in:
Daniel Bayerlein
2016-12-23 11:59:44 +01:00
parent 5692194fa2
commit a6194dfe8b
3 changed files with 5 additions and 6 deletions

View File

@@ -146,7 +146,7 @@ describe Homesick::CLI do
it 'throws an exception when trying to clone a malformed uri like malformed' do
expect(homesick).not_to receive(:git_clone)
expect { homesick.clone 'malformed' }.to raise_error
expect { homesick.clone 'malformed' }.to raise_error(RuntimeError)
end
it 'clones a github repo' do