From 4b713d8b7b1097838a78d36dae3ec1cfac711349 Mon Sep 17 00:00:00 2001 From: jpl Date: Thu, 6 Oct 2016 11:55:22 +0200 Subject: adding draper for decorators(companies first) --- spec/decorators/company_decorator_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 spec/decorators/company_decorator_spec.rb (limited to 'spec/decorators') diff --git a/spec/decorators/company_decorator_spec.rb b/spec/decorators/company_decorator_spec.rb new file mode 100644 index 000000000..42ed6a408 --- /dev/null +++ b/spec/decorators/company_decorator_spec.rb @@ -0,0 +1,4 @@ +require 'spec_helper' + +describe CompanyDecorator do +end -- cgit v1.2.3