spec/lib/pwn/sast/keystore_spec.rb in pwn-0.4.512 vs spec/lib/pwn/sast/keystore_spec.rb in pwn-0.4.513
- old
+ new
@@ -6,12 +6,12 @@
it 'scan method should exist' do
scan_response = PWN::SAST::Keystore
expect(scan_response).to respond_to :scan
end
- it 'should display information for security_requirements' do
- security_requirements_response = PWN::SAST::Keystore
- expect(security_requirements_response).to respond_to :security_requirements
+ it 'should display information for security_references' do
+ security_references_response = PWN::SAST::Keystore
+ expect(security_references_response).to respond_to :security_references
end
it 'should display information for authors' do
authors_response = PWN::SAST::Keystore
expect(authors_response).to respond_to :authors