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