spec/api/theater_showtimes.spec.rb in fandango-2.0.0 vs spec/api/theater_showtimes.spec.rb in fandango-2.1.0
- old
+ new
@@ -7,10 +7,10 @@
include FixtureHelpers
it 'requests and parses showtimes for given URL into Movies with Showtimes' do
VCR.use_cassette 'theater_showtimes_amcquailspringsmall24' do
- url = 'http://www.fandango.com/amcquailspringsmall24_aaktw/theaterpage?wssaffid=11836&wssac=123'
+ url = 'https://www.fandango.com/amcquailspringsmall24_aaktw/theaterpage?wssaffid=11836&wssac=123'
movies = Fandango.theater_showtimes(url)
fixture_yaml = fixture_file_content('theater_showtimes_amcquailspringsmall24.yml')
movies.to_yaml.must_equal fixture_yaml