Skip to content
Snippets Groups Projects
Commit 51b1859e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix key observer test

parent 6347e9a6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,12 +2,7 @@ require 'spec_helper'
 
describe KeyObserver do
before do
@key = double('Key',
shell_id: 'key-32',
key: '== a vaild ssh key',
projects: [],
is_deploy_key: false
)
@key = create(:personal_key)
 
@observer = KeyObserver.instance
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment