Sha256: a5f88527daf5e6ffadbc30315ff678207be6c8aa4ef94015c12e8e9a7e34999e

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

Stored size: 1.57 KB

Contents

• Added ability to get large poster via ImdbImage class
• Now retrieves character name along with actor name

ImdbMovie

ImdbMovie Indiana Jones and the Last Crusade
- should query IMDB url
- should get the image

ImdbMovie

ImdbMovie Indiana Jones and the Last Crusade
- should query IMDB url
- should get the title
- should get director(s)
- should get the poster url
- should return an ImdbImage object
- should get cast members
- should get the writers
- should get the release date
- should get the genres
- should get the plot
- should get the length
- should get the countries
- should get the languages
- should get the color
- should get the company
- should get some photos
- should get the tagline
- should get the aspect ratio

ImdbMovie Han robado una estrella
- should query IMDB url
- should get the title
- should get director(s)
- should not get the poster
- should get cast members
- should get the writers
- should get the release date
- should get the genres
- should not get the plot
- should get the length
- should get the countries
- should get the languages
- should not get the color
- should get the company
- should not get any photos

ImdbSearch

ImdbSearch Indiana Jones
- should query IMDB url

ImdbSearch Indiana Jones movies
- should be a collection of ImdbMovie instances

ImdbSearch searches with potential encoding issues

ImdbSearch searches with potential encoding issues movies

String

String unescape_html
- should convert & to &
- should convert ó to ó

String strip_tags
- should strip HTML tags

Finished in 3.878195 seconds

40 examples, 0 failures

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kieranj-imdb-0.0.5 README