tmdb_party
tmdb_party copied to clipboard
specs don't pass with current version of httparty
Also, rake should be included in the Gemfile.
tmdb_party/spec/../lib/tmdb_party/extras/attributes.rb:18:in `attributes': undefined method `blank?' for :id:Symbol (NoMethodError)
Appears that the newest versions of crack, an httparty dep, remove the core extensions related to .blank?
Hopefully https://github.com/jduff/tmdb_party/pull/10 will resolve the problem :)