Fixed spec
This commit is contained in:
parent
942c410119
commit
4d846c09b1
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
@include bg-gradient(#f7f7f7, #d5d5d5);
|
@include bg-gradient(#f7f7f7, #d5d5d5);
|
||||||
border-color:#aaa;
|
border-color:#aaa;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 17px;
|
line-height: 18px;
|
||||||
&:hover {
|
&:hover {
|
||||||
@include bg-gray-gradient;
|
@include bg-gray-gradient;
|
||||||
border-color:#bbb;
|
border-color:#bbb;
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
@extend .btn-small;
|
@extend .btn-small;
|
||||||
line-height: 16px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|
|
@ -37,7 +37,6 @@ describe Project do
|
||||||
it { should have_many(:hooks).dependent(:destroy) }
|
it { should have_many(:hooks).dependent(:destroy) }
|
||||||
it { should have_many(:wikis).dependent(:destroy) }
|
it { should have_many(:wikis).dependent(:destroy) }
|
||||||
it { should have_many(:protected_branches).dependent(:destroy) }
|
it { should have_many(:protected_branches).dependent(:destroy) }
|
||||||
it { should have_many(:services).dependent(:destroy) }
|
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "Mass assignment" do
|
describe "Mass assignment" do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue