diff options
Diffstat (limited to 'spec/integration/spotbugs_spec.rb')
| -rw-r--r-- | spec/integration/spotbugs_spec.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/integration/spotbugs_spec.rb b/spec/integration/spotbugs_spec.rb new file mode 100644 index 0000000..fa12203 --- /dev/null +++ b/spec/integration/spotbugs_spec.rb @@ -0,0 +1,8 @@ +# frozen_string_literal: true +RSpec.describe 'spotbugs' do + let(:project_fixture) { 'java/maven/custom-tls' } + let(:scanner) { 'spotbugs' } + + specify { expect(subject).not_to be_nil } + specify { expect(subject['version']).to eql('3.0') } +end |
