lib/film_snob.rb in film_snob-0.1.0 vs lib/film_snob.rb in film_snob-0.1.1

- old
+ new

@@ -30,10 +30,10 @@ end private def complain_about_bad_urls!(method) - raise NotSupportURLError.new("Can not call FilmSnob##{method} because #{url} is not a supported URL.") unless watchable? + raise NotSupportedURLError.new("Can not call FilmSnob##{method} because #{url} is not a supported URL.") unless watchable? end end