diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-10 11:24:46 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-10 11:24:46 -0600 |
| commit | 16623808ec59a553faae04b2dd71f834eca8f7fc (patch) | |
| tree | 11c6dd71a156e5f5980bc9972b32ae025b8887dd | |
| parent | 05f08a9d2ff612a99094a957892af9227de57e6e (diff) | |
chore: remove duplicate test for golang project
| -rw-r--r-- | spec/integration/ruby/bundler_spec.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb index 1c0e472..5d18b12 100644 --- a/spec/integration/ruby/bundler_spec.rb +++ b/spec/integration/ruby/bundler_spec.rb @@ -93,19 +93,6 @@ RSpec.describe "bundler" do end end - context "when scanning the `gitlab-runner` project" do - before do - runner.clone('https://gitlab.com/gitlab-org/gitlab-runner.git') - end - - specify do - expect(subject).to match_schema - expect(subject[:licenses]).not_to be_empty - expect(subject[:dependencies]).not_to be_empty - expect(subject.dependency_names).to include('gitlab.com/gitlab-org/gitlab-terminal') - end - end - context "when fetching dependencies from a custom registry" do before do add_host('rubygems.test', '127.0.0.1') |
