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