summaryrefslogtreecommitdiff
path: root/spec/integration
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/integration
parentf06c0bcd2c035700d80aefdf4b272ea0ebc3a368 (diff)
Map backwards compatible constants. Can be dropped in 1.0
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/core/git_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/integration/core/git_spec.rb b/spec/integration/core/git_spec.rb
index 821e259..59b8aa9 100644
--- a/spec/integration/core/git_spec.rb
+++ b/spec/integration/core/git_spec.rb
@@ -44,4 +44,6 @@ 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