summaryrefslogtreecommitdiff
path: root/spec/spotbugs_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spotbugs_spec.rb')
-rw-r--r--spec/spotbugs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spotbugs_spec.rb b/spec/spotbugs_spec.rb
index 7706002..cd2cfc5 100644
--- a/spec/spotbugs_spec.rb
+++ b/spec/spotbugs_spec.rb
@@ -1,6 +1,6 @@
RSpec.describe 'spotbugs' do
let(:project_fixture) { 'java/maven/custom-tls' }
- let(:report_type) { :sast }
+ let(:scanner) { self.class.description }
specify { expect(subject).not_to be_nil }
specify { expect(subject['version']).to eql('3.0') }