Skip to content

Commit

Permalink
Fix: broken test helper (split rules changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Dec 23, 2015
1 parent c626acd commit 51a0dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/factories.cr
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module Shards

def git_commits(project)
Dir.cd(git_path(project)) do
run("git log --format='%H'", capture: true).not_nil!.split("\n")
run("git log --format='%H'", capture: true).not_nil!.strip.split("\n")
end
end

Expand Down

0 comments on commit 51a0dd5

Please sign in to comment.