summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-17 16:54:13 -0600
committermo khan <mo.khan@gmail.com>2020-05-17 16:54:13 -0600
commitfbff31e55933fd6296ade7d9d9d50fd6135bdee2 (patch)
treea59ce7d651ee4619edf8305371a746ec0424fa2e /spec/integration
parent0fc9e258c1824380334abba3d9ae9191de10800d (diff)
Remove specs to preserve old constants
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/core/git_spec.rb2
1 files changed, 0 insertions, 2 deletions
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