summaryrefslogtreecommitdiff
path: root/spec/integration/cli
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-08 09:33:15 -0600
committermo khan <mo.khan@gmail.com>2020-05-08 09:33:15 -0600
commit1b111dde18fe7eed677a72136ed54544aede6de5 (patch)
tree5dc55e470bbd18bd9b82434e224bff2c66df29aa /spec/integration/cli
parent7991a87db0ed754d90a276384e74691ebfa138c3 (diff)
Allow traversal of entries in the index
Diffstat (limited to 'spec/integration/cli')
-rw-r--r--spec/integration/cli/scan_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/cli/scan_spec.rb b/spec/integration/cli/scan_spec.rb
index 0e336e4..c30e9ab 100644
--- a/spec/integration/cli/scan_spec.rb
+++ b/spec/integration/cli/scan_spec.rb
@@ -84,7 +84,7 @@ RSpec.describe '`spandx scan` command', type: :cli do
expect(output).to eq(expected_output)
end
- pending 'executes `spandx scan yarnfile.lock`' do
+ xit 'executes `spandx scan yarnfile.lock`' do
output = `spandx scan #{fixture_file('js/yarn.lock')}`
expect(output).to eq(fixture_file_content('js/yarn.lock.expected'))
end