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