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