Commit 9408ceef56712d76f67540b420faf753602ccda5
1 parent
6afe0fcf
Exists in
master
and in
1 other branch
Display shortened revision in app#deploys
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/deploys/_table.html.haml
spec/controllers/deploys_controller_spec.rb
... | ... | @@ -55,7 +55,7 @@ describe DeploysController do |
55 | 55 | end |
56 | 56 | |
57 | 57 | it "should contain info about existing deploy" do |
58 | - response.body.should match(@deploy.revision) | |
58 | + response.body.should match(@deploy.short_revision) | |
59 | 59 | response.body.should match(@deploy.app.name) |
60 | 60 | end |
61 | 61 | end | ... | ... |