Repository URL to install this package:
|
Version:
0.0.5 ▾
|
Then(/^the changes should have been pushed$/) do
pending "This isn't working out so well as a test, code works though"
status = `cd #{$gem_home} && git status`
status.should_not include("# Your branch is ahead of '")
end