Commit 3caf0aa89a964b8b3dcd21536e5bc274165ed2a2

Authored by randx
1 parent bc789718

fix commits spec

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/requests/commits_spec.rb
... ... @@ -23,7 +23,7 @@ describe "Commits" do
23 23  
24 24 it "should list commits" do
25 25 page.should have_content(commit.description)
26   - page.should have_content(commit.short_id)
  26 + page.should have_content(commit.short_id(8))
27 27 end
28 28  
29 29 it "should render atom feed" do
... ...