fix commits spec
This commit is contained in:
parent
bc7897180d
commit
3caf0aa89a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue