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