From fbff31e55933fd6296ade7d9d9d50fd6135bdee2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 17 May 2020 16:54:13 -0600 Subject: Remove specs to preserve old constants --- spec/integration/core/git_spec.rb | 2 -- spec/unit/python/pypi_spec.rb | 4 ---- spec/unit/ruby/parsers/gemfile_lock_spec.rb | 2 -- 3 files changed, 8 deletions(-) (limited to 'spec') diff --git a/spec/integration/core/git_spec.rb b/spec/integration/core/git_spec.rb index 12d4a42..186c5b7 100644 --- a/spec/integration/core/git_spec.rb +++ b/spec/integration/core/git_spec.rb @@ -44,6 +44,4 @@ RSpec.describe Spandx::Core::Git do it { expect(shell).to have_received(:system).with('git', 'pull', '--no-rebase', '--quiet', 'origin', 'master') } end end - - specify { expect(Spandx::Core::Database).to eql(described_class) } end diff --git a/spec/unit/python/pypi_spec.rb b/spec/unit/python/pypi_spec.rb index 9836c9d..cb09c4a 100644 --- a/spec/unit/python/pypi_spec.rb +++ b/spec/unit/python/pypi_spec.rb @@ -203,8 +203,4 @@ RSpec.describe Spandx::Python::Pypi do end end end - - describe 'PyPI' do - specify { expect(Spandx::Python::PyPI).to eql(described_class) } - end end diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb index 20f1734..7160033 100644 --- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb +++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb @@ -29,6 +29,4 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do specify { expect(spandx.meta[:source]).to be_a_kind_of(Bundler::Source) } end end - - specify { expect(Spandx::Rubygems::Parsers::GemfileLock).to eql(described_class) } end -- cgit v1.2.3