summaryrefslogtreecommitdiff
path: root/spec/unit/ruby
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:15:46 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:15:46 -0600
commit5452eaa6cf28bef5ff5ccc2d6231ac8666e544b3 (patch)
tree1a35690b6c5a396650c96b236dd01fef3de7adfa /spec/unit/ruby
parentf06c0bcd2c035700d80aefdf4b272ea0ebc3a368 (diff)
Map backwards compatible constants. Can be dropped in 1.0
Diffstat (limited to 'spec/unit/ruby')
-rw-r--r--spec/unit/ruby/parsers/gemfile_lock_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
index 57fb8da..50b6da1 100644
--- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb
+++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
@@ -29,4 +29,6 @@ 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