Skip to content

Commit

Permalink
spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Smilansky committed Dec 4, 2013
1 parent 48f406b commit 6242fa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/githug_spec.rb
Expand Up @@ -195,6 +195,11 @@ def skip_level
`githug`.should be_solved
end

it "should complete the delete_at level" do
'git branch -d delete_me'
'githug'.should be_solved
end

it "should commit the merge level" do
`git merge feature`
`githug`.should be_solved
Expand Down

0 comments on commit 6242fa0

Please sign in to comment.