diff options
| author | jpl | 2016-10-06 11:55:22 +0200 |
|---|---|---|
| committer | jpl | 2016-10-06 11:55:22 +0200 |
| commit | 4b713d8b7b1097838a78d36dae3ec1cfac711349 (patch) | |
| tree | 5f59b737ce7944173e5c1b96014fff51c41bd6bc /spec/decorators | |
| parent | ab0cb3af230e3b6e8c480c34581f9779036a0673 (diff) | |
| download | chouette-core-4b713d8b7b1097838a78d36dae3ec1cfac711349.tar.bz2 | |
adding draper for decorators(companies first)
Diffstat (limited to 'spec/decorators')
| -rw-r--r-- | spec/decorators/company_decorator_spec.rb | 4 |
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 |
