diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-27 20:38:17 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-27 20:38:17 -0600 |
| commit | aec641a6175997b1779c7e41513f9c893dcd4afb (patch) | |
| tree | 5b33f9242f67164bb221797ca3d331412bf8ed4d /spec/integration | |
| parent | 494314d95c111568df3e733f03955a0382a36a11 (diff) | |
Add tests for each report version when scanning conan projects
Diffstat (limited to 'spec/integration')
| -rw-r--r-- | spec/integration/c/conan_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/integration/c/conan_spec.rb b/spec/integration/c/conan_spec.rb index b8375e0..3c2ac45 100644 --- a/spec/integration/c/conan_spec.rb +++ b/spec/integration/c/conan_spec.rb @@ -1,6 +1,8 @@ require 'spec_helper' RSpec.describe "conan" do + include_examples "each report version", "c", "conan" + context "when scanning a C++ project" do subject { runner.scan(env: env) } |
