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