Sha256: d3d3a703c9fb1196c5d45a410fdc16dac60712b26667a6a8dfe9123f33767fbb
Contents?: true
Size: 553 Bytes
Versions: 758
Compression:
Stored size: 553 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Banner::OffTheAir do it 'should cointain a method for banner retrieval' do get_response = PWN::Banner::OffTheAir expect(get_response).to respond_to :get end it 'should display information for authors' do authors_response = PWN::Banner::OffTheAir expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::Banner::OffTheAir expect(help_response).to respond_to :help end end
Version data entries
758 entries across 758 versions & 1 rubygems