Skip to content

Commit e5d3b36

Browse files
author
root
committed
Fix test
1 parent 5677a2e commit e5d3b36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: spec/controllers/users_controller_spec.rb

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ def create_ssh_key(opts = {})
3131
it "populates an array of gitolite_deploy_keys" do
3232
expect(assigns(:gitolite_deploy_keys)).to eq [@deploy_key]
3333
end
34-
35-
it "populates an empty gitolite_public_key" do
36-
expect(assigns(:gitolite_public_key)).to be_an_instance_of(GitolitePublicKey)
37-
end
3834
end
3935
end
4036

0 commit comments

Comments
 (0)