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