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