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