aboutsummaryrefslogtreecommitdiffstats
path: root/spec/decorators
diff options
context:
space:
mode:
authorjpl2016-10-06 11:55:22 +0200
committerjpl2016-10-06 11:55:22 +0200
commit4b713d8b7b1097838a78d36dae3ec1cfac711349 (patch)
tree5f59b737ce7944173e5c1b96014fff51c41bd6bc /spec/decorators
parentab0cb3af230e3b6e8c480c34581f9779036a0673 (diff)
downloadchouette-core-4b713d8b7b1097838a78d36dae3ec1cfac711349.tar.bz2
adding draper for decorators(companies first)
Diffstat (limited to 'spec/decorators')
-rw-r--r--spec/decorators/company_decorator_spec.rb4
1 files changed, 4 insertions, 0 deletions
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