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