summaryrefslogtreecommitdiff
path: root/spec/unit/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/ruby')
-rw-r--r--spec/unit/ruby/parsers/gemfile_lock_spec.rb2
1 files changed, 0 insertions, 2 deletions
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