collectiveidea / json_spec

Easily handle JSON in RSpec and Cucumber
rubygems.org/gems/json_spec
MIT License
919 stars 114 forks source link

removing feature detect #28

Closed halissonvit closed 12 years ago

halissonvit commented 12 years ago

thanks to new 1.3.4 multi_json, there's no need to feature detect.

https://github.com/collectiveidea/json_spec/issues/27

  sferik commented 2 hours ago
  There's no longer a need to feature-detect in the latest version of MultiJson (1.3.4). decode is an alias of  load that no longer prints deprecation warnings.
laserlemon commented 12 years ago

Didn't see this. Pulled in through a different commit. Thank you!