diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-09 13:36:18 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-09 13:36:18 -0600 |
| commit | d4c91383d6112c104b3c02909abe5b6609d7018b (patch) | |
| tree | 54a106ac678f941c7a53d62b43c0adb70868e717 /spec/integration/core | |
| parent | 0c5bd320c420995a28003ad1ec898375d55e4bfb (diff) | |
Remove unused before block
Diffstat (limited to 'spec/integration/core')
| -rw-r--r-- | spec/integration/core/cache_spec.rb | 2 |
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') |
