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