draper/spec/draper
Amiel Martin 44bda4b19e Draper.undecorate safely undecorates any object
This allows you to pass any object to Draper.undecorate knowing you will get the original object back
even if the object passed in does is not already decorated.

Closes #600
2014-06-01 09:17:47 -07:00
..
decoratable Check for `decorated?` before using `source` in #== 2013-01-18 10:05:13 +00:00
view_context Add support for decoupled specs 2013-01-19 21:55:46 +00:00
collection_decorator_spec.rb Fix RSpec deprecations 2013-07-14 12:40:26 +01:00
decoratable_spec.rb Inherit decorator from superclass. 2013-11-10 18:02:34 +01:00
decorated_association_spec.rb Rename `source` to `object` 2013-04-30 14:10:52 +01:00
decorates_assigned_spec.rb Rename `source` to `object` 2013-04-30 14:10:52 +01:00
decorator_spec.rb Fix Decorator#inspect on Ruby 1.9 2013-07-14 14:53:58 +01:00
factory_spec.rb Rename `source` to `object` 2013-04-30 14:10:52 +01:00
finders_spec.rb Rename `source` to `object` 2013-04-30 14:10:52 +01:00
helper_proxy_spec.rb fix capture proxying 2013-02-04 21:56:13 +01:00
lazy_helpers_spec.rb Prevent warning in lazy helpers spec 2013-02-05 11:22:59 +00:00
undecorate_spec.rb Draper.undecorate safely undecorates any object 2014-06-01 09:17:47 -07:00
view_context_spec.rb Store helper proxies instead of raw view contexts 2013-01-24 00:23:39 +00:00
view_helpers_spec.rb Revamp specs 2013-01-17 12:47:25 +00:00