Commit 3caf0aa89a964b8b3dcd21536e5bc274165ed2a2
1 parent
bc789718
Exists in
master
and in
4 other branches
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,7 +23,7 @@ describe "Commits" do | ||
23 | 23 | ||
24 | it "should list commits" do | 24 | it "should list commits" do |
25 | page.should have_content(commit.description) | 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 | end | 27 | end |
28 | 28 | ||
29 | it "should render atom feed" do | 29 | it "should render atom feed" do |