tmdb_party icon indicating copy to clipboard operation
tmdb_party copied to clipboard

specs don't pass with current version of httparty

Open jwarchol opened this issue 13 years ago • 2 comments

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)

jwarchol avatar Nov 17 '11 16:11 jwarchol

Appears that the newest versions of crack, an httparty dep, remove the core extensions related to .blank?

jwarchol avatar Nov 17 '11 16:11 jwarchol

Hopefully https://github.com/jduff/tmdb_party/pull/10 will resolve the problem :)

ashmckenzie avatar Mar 06 '12 22:03 ashmckenzie