Sha256: 8cfa72b4aba4ab9b33e8941d1cbaae013bf124469489b4e4743cf14943712b05
Contents?: true
Size: 292 Bytes
Versions: 5
Compression:
Stored size: 292 Bytes
Contents
require 'spec_helper' require 'eolclub_scraper/homepage' describe EolclubScraper::Homepage do describe '#content', :vcr do it 'fetches the body content from the EOL Club homepage' do expect( subject.content ).to include( 'Monthly Providence, RI hacknight.' ) end end end
Version data entries
5 entries across 5 versions & 1 rubygems