summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2018-07-25 15:06:06 +1000
committerAsh McKenzie <amckenzie@gitlab.com>2018-07-25 15:06:06 +1000
commit8515b885ca1dd35e2c2a9e5bc5b1eb10831d7605 (patch)
tree6a24d2d6e47808b091c750499198cb13f0e49491 /spec
parentbfe400969eadb5ba602b47a23417f0d0058a2bd0 (diff)
downloadgitlab-shell-ash.mckenzie/git-push-ssh-proxy-refactor.tar.gz
GitAccessStatus no longer neededash.mckenzie/git-push-ssh-proxy-refactor
Diffstat (limited to 'spec')
-rw-r--r--spec/gitlab_net_spec.rb1
-rw-r--r--spec/gitlab_shell_spec.rb3
2 files changed, 1 insertions, 3 deletions
diff --git a/spec/gitlab_net_spec.rb b/spec/gitlab_net_spec.rb
index 3ad1d39..12a8044 100644
--- a/spec/gitlab_net_spec.rb
+++ b/spec/gitlab_net_spec.rb
@@ -1,6 +1,5 @@
require_relative 'spec_helper'
require_relative '../lib/gitlab_net'
-require_relative '../lib/git_access_status'
describe GitlabNet, vcr: true do
let(:gitlab_net) { described_class.new }
diff --git a/spec/gitlab_shell_spec.rb b/spec/gitlab_shell_spec.rb
index c034cc7..e02e452 100644
--- a/spec/gitlab_shell_spec.rb
+++ b/spec/gitlab_shell_spec.rb
@@ -1,7 +1,6 @@
require_relative 'spec_helper'
require_relative '../lib/gitlab_shell'
-require_relative '../lib/git_access_status'
-require_relative '../lib/custom_action_status'
+require_relative '../lib/action'
describe GitlabShell do
before do