Updated to use Rspec 3.1

This commit is contained in:
Jeremy Cook
2014-09-30 19:39:16 -04:00
parent 882b862780
commit 8d6bf4c0c5
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ describe Homesick::CLI do
homesick.clone "file://#{bare_repo}"
end
expect(File.directory?(File.join(home.to_s, '.homesick/repos/dotfiles')))
.to be_true
.to be_truthy
end
it 'clones git repo like git://host/path/to.git' do