summaryrefslogtreecommitdiff
path: root/spec/controllers/profiles
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-02-24 13:18:07 +0100
committerPawel Chojnacki <pawel@chojnacki.ws>2017-03-03 18:33:47 +0100
commitd13669c98b5b2c15cfff8b65e12ce1ef0911f1cd (patch)
treef93a961ecccfae638d7e3be456f2ebf48ed1df98 /spec/controllers/profiles
parentefff35e96873bd3bea0afceb1d3cd102280813f5 (diff)
downloadgitlab-ce-d13669c98b5b2c15cfff8b65e12ce1ef0911f1cd.tar.gz
Remove remnants of git annex
Diffstat (limited to 'spec/controllers/profiles')
-rw-r--r--spec/controllers/profiles/keys_controller_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/controllers/profiles/keys_controller_spec.rb b/spec/controllers/profiles/keys_controller_spec.rb
index f7219690722..61e4fae46fb 100644
--- a/spec/controllers/profiles/keys_controller_spec.rb
+++ b/spec/controllers/profiles/keys_controller_spec.rb
@@ -3,16 +3,6 @@ require 'spec_helper'
describe Profiles::KeysController do
let(:user) { create(:user) }
- describe '#new' do
- before { sign_in(user) }
-
- it 'redirects to #index' do
- get :new
-
- expect(response).to redirect_to(profile_keys_path)
- end
- end
-
describe "#get_keys" do
describe "non existant user" do
it "does not generally work" do