diff options
| author | mo khan <mo.khan@gmail.com> | 2020-12-28 17:50:13 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-12-28 17:50:13 -0700 |
| commit | fe6ba4f9e208113ac2ea7d9d19dbc3657d8ddb19 (patch) | |
| tree | 935b2396d31a232a982df93f9076b108dedb8885 /spec/unit/cli | |
| parent | 647d707fede40288b3cdd8328e6cf248067cf923 (diff) | |
test: fix failing spec
Diffstat (limited to 'spec/unit/cli')
| -rw-r--r-- | spec/unit/cli/build_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/cli/build_spec.rb b/spec/unit/cli/build_spec.rb index 2706cb1..0756ffc 100644 --- a/spec/unit/cli/build_spec.rb +++ b/spec/unit/cli/build_spec.rb @@ -19,7 +19,7 @@ RSpec.describe Spandx::Cli::Commands::Build do .to_return(status: 200, body: '<html></html>') subject.execute(output: output) - expect(output.string).to eq("maven\nnuget\npypi\nOK\n") + expect(output.string).to eq("nuget\nmaven\npypi\nOK\n") end end end |
