summaryrefslogtreecommitdiff
path: root/spec/integration/core
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-09 13:36:18 -0600
committermo khan <mo.khan@gmail.com>2020-05-09 13:36:18 -0600
commitd4c91383d6112c104b3c02909abe5b6609d7018b (patch)
tree54a106ac678f941c7a53d62b43c0adb70868e717 /spec/integration/core
parent0c5bd320c420995a28003ad1ec898375d55e4bfb (diff)
Remove unused before block
Diffstat (limited to 'spec/integration/core')
-rw-r--r--spec/integration/core/cache_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/core/cache_spec.rb b/spec/integration/core/cache_spec.rb
index fe821f2..f442fff 100644
--- a/spec/integration/core/cache_spec.rb
+++ b/spec/integration/core/cache_spec.rb
@@ -158,7 +158,7 @@ RSpec.describe Spandx::Core::Cache do
context 'when searching for a license' do
let(:root_dir) { "#{Spandx.git[:rubygems].root}/.index" }
- xit 'does it quickly' do
+ it 'does it quickly' do
subject = described_class.new('rubygems', root: root_dir)
result = RubyProf.profile do
subject.licenses_for('ABC', '0.0.0')