Commit 871bb2f1 authored by Robert Speicher's avatar Robert Speicher

Fix bad multi-line split from previous commit

parent 15a05be7
......@@ -5,7 +5,8 @@ describe TreeHelper do
let(:project) { create(:project) }
before do
@repository = project.repository @commit = project.commit("e56497bb")
@repository = project.repository
@commit = project.commit("e56497bb")
end
context "on a directory containing more than one file/directory" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment