From 5aee90190019e40bedaff75925e491539637cb23 Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Fri, 27 Feb 2015 11:27:00 -0800 Subject: [PATCH] Renamed spec files to add _spec suffix --- .../spec/views/{name_cell.rb => name_cell_spec.rb} | 0 templates/lib/spec/lib/{name.rb => name_spec.rb} | 0 templates/model/spec/models/{name.rb => name_spec.rb} | 0 templates/shared/spec/shared/{name.rb => name_spec.rb} | 0 .../spec/views/{name_cell.rb => name_cell_spec.rb} | 0 templates/view/spec/views/{name.rb => name_spec.rb} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename templates/collection_view_controller/spec/views/{name_cell.rb => name_cell_spec.rb} (100%) rename templates/lib/spec/lib/{name.rb => name_spec.rb} (100%) rename templates/model/spec/models/{name.rb => name_spec.rb} (100%) rename templates/shared/spec/shared/{name.rb => name_spec.rb} (100%) rename templates/table_view_controller/spec/views/{name_cell.rb => name_cell_spec.rb} (100%) rename templates/view/spec/views/{name.rb => name_spec.rb} (100%) diff --git a/templates/collection_view_controller/spec/views/name_cell.rb b/templates/collection_view_controller/spec/views/name_cell_spec.rb similarity index 100% rename from templates/collection_view_controller/spec/views/name_cell.rb rename to templates/collection_view_controller/spec/views/name_cell_spec.rb diff --git a/templates/lib/spec/lib/name.rb b/templates/lib/spec/lib/name_spec.rb similarity index 100% rename from templates/lib/spec/lib/name.rb rename to templates/lib/spec/lib/name_spec.rb diff --git a/templates/model/spec/models/name.rb b/templates/model/spec/models/name_spec.rb similarity index 100% rename from templates/model/spec/models/name.rb rename to templates/model/spec/models/name_spec.rb diff --git a/templates/shared/spec/shared/name.rb b/templates/shared/spec/shared/name_spec.rb similarity index 100% rename from templates/shared/spec/shared/name.rb rename to templates/shared/spec/shared/name_spec.rb diff --git a/templates/table_view_controller/spec/views/name_cell.rb b/templates/table_view_controller/spec/views/name_cell_spec.rb similarity index 100% rename from templates/table_view_controller/spec/views/name_cell.rb rename to templates/table_view_controller/spec/views/name_cell_spec.rb diff --git a/templates/view/spec/views/name.rb b/templates/view/spec/views/name_spec.rb similarity index 100% rename from templates/view/spec/views/name.rb rename to templates/view/spec/views/name_spec.rb