spec/lib/pwn/sast/keystore_spec.rb in pwn-0.4.505 vs spec/lib/pwn/sast/keystore_spec.rb in pwn-0.4.507

- 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 nist_800_53_requirements' do - nist_800_53_requirements_response = PWN::SAST::Keystore - expect(nist_800_53_requirements_response).to respond_to :nist_800_53_requirements + it 'should display information for security_requirements' do + security_requirements_response = PWN::SAST::Keystore + expect(security_requirements_response).to respond_to :security_requirements end it 'should display information for authors' do authors_response = PWN::SAST::Keystore expect(authors_response).to respond_to :authors