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