plexus / yaks

Ruby library for building hypermedia APIs
http://rubygems.org/gems/yaks
MIT License
236 stars 26 forks source link

Add specs for Resource::MapFields#map_fields and Field#with_value #41

Closed bjonord closed 9 years ago

bjonord commented 9 years ago

Addition of new specs for the map_fields method and at the same extracting it to a mixin to be used in Resource::Form and Resource::Form::Fieldset.

Also specs for with_value and some minor corrections in field_spec.rb.