Skip to content

Commit f345805

Browse files
remove unneeded variable
1 parent 3106133 commit f345805

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/git-version-spec.cr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ describe GitVersion do
2727

2828
tag_on_master.should eq(["1.0.0"])
2929

30-
current_branch = git.current_branch_or_tag
31-
3230
hash = git.current_commit_hash
3331
hashWithoutPrefix = git.current_commit_hash_without_prefix
3432

0 commit comments

Comments
 (0)