Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
4d846c09
Commit
4d846c09
authored
Nov 20, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spec
parent
942c4101
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
+2
-2
spec/models/project_spec.rb
spec/models/project_spec.rb
+0
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
View file @
4d846c09
...
...
@@ -2,7 +2,7 @@
@include
bg-gradient
(
#f7f7f7
,
#d5d5d5
);
border-color
:
#aaa
;
font-size
:
13px
;
line-height
:
1
7
px
;
line-height
:
1
8
px
;
&
:hover
{
@include
bg-gray-gradient
;
border-color
:
#bbb
;
...
...
@@ -86,7 +86,7 @@
&
.small
{
@extend
.btn-small
;
line-height
:
1
6
px
;
line-height
:
1
8
px
;
}
&
.active
{
...
...
spec/models/project_spec.rb
View file @
4d846c09
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment