diff options
| author | mo khan <mo@mokhan.ca> | 2024-12-31 11:51:58 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2024-12-31 14:40:07 -0700 |
| commit | 78c6a086164aa83ce2e4e57daadfbdb53a31a37f (patch) | |
| tree | 2718cbb345bb3c8257ccbaf9e1b8e7913699a3a5 /spec/integration/cli/pull_spec.rb | |
| parent | 80d59246ec0752128548d6c61a2d44ec498771d7 (diff) | |
Diffstat (limited to 'spec/integration/cli/pull_spec.rb')
| -rw-r--r-- | spec/integration/cli/pull_spec.rb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/spec/integration/cli/pull_spec.rb b/spec/integration/cli/pull_spec.rb index de3426f..f2d396b 100644 --- a/spec/integration/cli/pull_spec.rb +++ b/spec/integration/cli/pull_spec.rb @@ -3,16 +3,6 @@ RSpec.describe '`spandx pull` command', type: :cli do it 'executes `spandx help pull` command successfully' do output = `spandx help pull` - expected_output = <<~OUT - Usage: - spandx pull - - Options: - -h, [--help], [--no-help] # Display usage information - - Pull the latest offline cache - OUT - - expect(output).to eq(expected_output) + expect(output).to eq(fixture_file_content('help-pull.expected')) end end |
