Sha256: 69310f1621ee296db9fb7292ea1a4de4d42ce6af5c68603867cd3aecb71a65d8
Contents?: true
Size: 416 Bytes
Versions: 429
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Plugins::AnsibleVault do it 'should display information for authors' do authors_response = PWN::Plugins::AnsibleVault expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::Plugins::AnsibleVault expect(help_response).to respond_to :help end end
Version data entries
429 entries across 429 versions & 1 rubygems