From 4d846c09b1982016356256afeb40dd252215429b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 20 Nov 2012 23:18:44 +0200 Subject: [PATCH] Fixed spec --- app/assets/stylesheets/gitlab_bootstrap/buttons.scss | 4 ++-- spec/models/project_spec.rb | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/buttons.scss b/app/assets/stylesheets/gitlab_bootstrap/buttons.scss index 5f44362..b66723d 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/buttons.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/buttons.scss @@ -2,7 +2,7 @@ @include bg-gradient(#f7f7f7, #d5d5d5); border-color:#aaa; font-size: 13px; - line-height: 17px; + line-height: 18px; &:hover { @include bg-gray-gradient; border-color:#bbb; @@ -86,7 +86,7 @@ &.small { @extend .btn-small; - line-height: 16px; + line-height: 18px; } &.active { diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb index 4f7afd9..5bcab92 100644 --- a/spec/models/project_spec.rb +++ b/spec/models/project_spec.rb @@ -37,7 +37,6 @@ describe Project do it { should have_many(:hooks).dependent(:destroy) } it { should have_many(:wikis).dependent(:destroy) } it { should have_many(:protected_branches).dependent(:destroy) } - it { should have_many(:services).dependent(:destroy) } end describe "Mass assignment" do -- libgit2 0.21.2