summaryrefslogtreecommitdiff
path: root/spec/integration/core
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-13 11:44:55 -0600
committermo khan <mo.khan@gmail.com>2020-04-13 11:44:55 -0600
commit1304d8711d489b5a15b49da0a66906f7fed7040c (patch)
treea287217a5afc5801b5eb2abef7de7a72abb0d7df /spec/integration/core
parentbecc1f923a63b6065d633df2e3cebe9ff31b500f (diff)
Rename Database to Git
Diffstat (limited to 'spec/integration/core')
-rw-r--r--spec/integration/core/git_spec.rb (renamed from spec/integration/core/database_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/core/database_spec.rb b/spec/integration/core/git_spec.rb
index 71b52bc..821e259 100644
--- a/spec/integration/core/database_spec.rb
+++ b/spec/integration/core/git_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe Spandx::Core::Database do
+RSpec.describe Spandx::Core::Git do
subject { described_class.new(url: url) }
let(:url) { 'https://github.com/spdx/license-list-data.git' }