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