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