fix commits spec

This commit is contained in:
randx 2012-07-28 00:40:14 +03:00
parent bc7897180d
commit 3caf0aa89a

View file

@ -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