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