summaryrefslogtreecommitdiff
path: root/spec/integration/cli/build_spec.rb
blob: 47f63a7763d49a733df2fc4174066aa41ed05a6e (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

RSpec.describe '`spandx build` command', type: :cli do
  it 'executes `spandx help build` command successfully' do
    output = `spandx help build`
    expect(output).to eq(fixture_file_content('help-build.expected'))
  end
end