Commit 3caf0aa8 authored by randx's avatar randx

fix commits spec

parent bc789718
......@@ -23,7 +23,7 @@ describe "Commits" do
it "should list commits" do
page.should have_content(commit.description)
page.should have_content(commit.short_id)
page.should have_content(commit.short_id(8))
end
it "should render atom feed" 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