From e3f3904cf7c7d66bb20d3c1d0f5ca68845131a2e Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 19 Sep 2020 11:18:50 -0700 Subject: [PATCH] rename files --- features/{dates.feature => datetime.feature} | 0 features/{encryption.feature => encrypt.feature} | 0 features/{formats.feature => format.feature} | 0 features/{searching.feature => search.feature} | 0 features/{starring.feature => star.feature} | 0 features/{tagging.feature => tag.feature} | 0 features/{writing.feature => write.feature} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename features/{dates.feature => datetime.feature} (100%) rename features/{encryption.feature => encrypt.feature} (100%) rename features/{formats.feature => format.feature} (100%) rename features/{searching.feature => search.feature} (100%) rename features/{starring.feature => star.feature} (100%) rename features/{tagging.feature => tag.feature} (100%) rename features/{writing.feature => write.feature} (100%) diff --git a/features/dates.feature b/features/datetime.feature similarity index 100% rename from features/dates.feature rename to features/datetime.feature diff --git a/features/encryption.feature b/features/encrypt.feature similarity index 100% rename from features/encryption.feature rename to features/encrypt.feature diff --git a/features/formats.feature b/features/format.feature similarity index 100% rename from features/formats.feature rename to features/format.feature diff --git a/features/searching.feature b/features/search.feature similarity index 100% rename from features/searching.feature rename to features/search.feature diff --git a/features/starring.feature b/features/star.feature similarity index 100% rename from features/starring.feature rename to features/star.feature diff --git a/features/tagging.feature b/features/tag.feature similarity index 100% rename from features/tagging.feature rename to features/tag.feature diff --git a/features/writing.feature b/features/write.feature similarity index 100% rename from features/writing.feature rename to features/write.feature