Skip to content

Commit

Permalink
delete branch folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Smilansky committed Dec 4, 2013
1 parent 7ca47ee commit a463db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions levels/delete_branch
Submodule delete_branch added at 129758
7 changes: 1 addition & 6 deletions levels/delete_branch.rb
Expand Up @@ -3,12 +3,7 @@
description "You have created too many branches for your project. There is an old branch in your repo called 'delete_me', you should delete it."

setup do
repo.init
FileUtils.touch("README")
repo.add "README"
repo.commit_all("Initial commit")
repo.git.native :checkout, {"b" => true}, 'delete_me'
repo.git.native :checkout, {}, 'master'
init_from_level
end

solution do
Expand Down

0 comments on commit a463db7

Please sign in to comment.