summaryrefslogtreecommitdiff
path: root/spec/integration/spotbugs_spec.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-16 16:55:47 -0600
committermo khan <mo.khan@gmail.com>2020-09-16 16:55:47 -0600
commit46b002a96345ce18b0f7a95ef00fca1c34cb9298 (patch)
tree439e5f5c032028325e12458348f6ec545d684066 /spec/integration/spotbugs_spec.rb
parent5ee9702d444039efe088a524d0213f7c29a0dff1 (diff)
test: scan java-maven test project
Diffstat (limited to 'spec/integration/spotbugs_spec.rb')
-rw-r--r--spec/integration/spotbugs_spec.rb8
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