summaryrefslogtreecommitdiff
path: root/spec/spotbugs_spec.rb
blob: 6ddb85acec7623d7875ea252283e7d18d4514803 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true
RSpec.describe 'spotbugs' do
  let(:project_fixture) { 'java/maven/custom-tls' }
  let(:scanner) { self.class.description }

  specify { expect(subject).not_to be_nil }
  specify { expect(subject['version']).to eql('3.0') }
end