diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-07-28 00:40:14 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-07-28 00:40:14 +0300 |
commit | 3caf0aa89a964b8b3dcd21536e5bc274165ed2a2 (patch) | |
tree | da8c724b196e1fcb9a893a08f348d7798446de23 | |
parent | bc7897180d8cfad0f573137d379fedfa7939ee0f (diff) | |
download | gitlab-ce-3caf0aa89a964b8b3dcd21536e5bc274165ed2a2.tar.gz |
fix commits spec
-rw-r--r-- | spec/requests/commits_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/commits_spec.rb b/spec/requests/commits_spec.rb index 0418697ea93..ae36a932ae0 100644 --- a/spec/requests/commits_spec.rb +++ b/spec/requests/commits_spec.rb @@ -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 |