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
iv
gitlab-ce
Commits
2095780f
Commit
2095780f
authored
Jan 03, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests
parent
d6036f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/observers/key_observer_spec.rb
spec/observers/key_observer_spec.rb
+3
-3
No files found.
spec/observers/key_observer_spec.rb
View file @
2095780f
require
'spec_helper'
describe
KeyObserver
do
before
do
before
do
@key
=
double
(
'Key'
,
identifier:
'admin_654654'
,
key:
'== a vaild ssh key'
,
...
...
@@ -15,7 +15,7 @@ describe KeyObserver do
)
@observer
=
KeyObserver
.
instance
@observer
.
stub
(
:git_host
=>
@gitolite
)
@observer
.
stub
(
gitolite:
@gitolite
)
end
context
:after_save
do
...
...
@@ -25,7 +25,7 @@ describe KeyObserver do
end
end
context
:after_destroy
do
context
:after_destroy
do
it
do
@gitolite
.
should_receive
(
:remove_key
).
with
(
@key
.
identifier
,
@key
.
projects
)
@observer
.
after_destroy
(
@key
)
...
...
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