diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-06 16:33:11 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-06 16:33:11 -0600 |
| commit | cb0681e7b20537d8aeb5785ad09934cd9fe103f8 (patch) | |
| tree | f6a9626ec61c060ad5c431fbe9e1d1421e37827b /spec/integration/rust | |
| parent | 6bdf4395f50f6b1bafa625a8ac1914e5eb892129 (diff) | |
Add integration tests for rust-cargo
Diffstat (limited to 'spec/integration/rust')
| -rw-r--r-- | spec/integration/rust/cargo_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/integration/rust/cargo_spec.rb b/spec/integration/rust/cargo_spec.rb index 7b2b606..c4ee6fa 100644 --- a/spec/integration/rust/cargo_spec.rb +++ b/spec/integration/rust/cargo_spec.rb @@ -12,6 +12,8 @@ RSpec.describe "cargo" do system("rm -r #{install_dir}") if Dir.exist?(install_dir) end + include_examples "each report version", "rust", "cargo" + context "when scanning a cargo project" do before do runner.mount(dir: fixture_file('rust/cargo/hello_world')) |
