Repository URL to install this package:
|
Version:
1.0.4 ▾
|
Then(/^there should be no commits left to push$/) do
status = `cd #{$gem_home} && git status`
status.should_not include("# Your branch is ahead of '")
end