draper/spec/support/samples
Steve Tooke 7168e2ca74 Ensure NoMethodError propogates correctly.
When a delegated method calls a non-existant method the correct
NoMethodError should be called. If the NoMethodError is swallowed by
the decorator it can cause problems with BDD workflow.
2012-01-31 11:03:14 +00:00
..
active_record.rb Refactoring spec organization 2011-10-28 20:22:06 -04:00
application_controller.rb Implementing application-wide 'decorate' view helper 2011-10-28 22:20:28 -04:00
application_helper.rb Move spec/samples to spec/support/samples 2011-10-24 11:48:53 -06:00
decorator.rb Move spec/samples to spec/support/samples 2011-10-24 11:48:53 -06:00
decorator_with_allows.rb Move spec/samples to spec/support/samples 2011-10-24 11:48:53 -06:00
decorator_with_application_helper.rb Move spec/samples to spec/support/samples 2011-10-24 11:48:53 -06:00
decorator_with_denies.rb Move spec/samples to spec/support/samples 2011-10-24 11:48:53 -06:00
namespaced_product.rb add namespaced samples 2011-11-01 01:55:20 +08:00
namespaced_product_decorator.rb Resolving load-order issue on CI 2011-11-30 11:25:25 -05:00
product.rb Ensure NoMethodError propogates correctly. 2012-01-31 11:03:14 +00:00
product_decorator.rb Move spec/samples to spec/support/samples 2011-10-24 11:48:53 -06:00
specific_product_decorator.rb Add a require that got left out 2012-01-05 09:30:28 -08:00
widget.rb Allow decorators to be inferred (Take 3) 2011-11-09 21:31:48 -06:00
widget_decorator.rb Allow decorators to be inferred (Take 3) 2011-11-09 21:31:48 -06:00