From 0f7efa7b9c7da6f590d9a7bf11111bf9fe2f3f53 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 20 Jul 2016 16:47:11 -0400 Subject: [PATCH] tests: rename files based on last commit The scope of the test changed from user_home_dir_mount to sshfs_cwd_mount so we'll rename the files accordingly. --- features/{user_home_dir_mount.feature => sshfs_cwd_mount.feature} | 0 .../{user_home_dir_mount_steps.rb => sshfs_cwd_mount_steps.rb} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename features/{user_home_dir_mount.feature => sshfs_cwd_mount.feature} (100%) rename features/step_definitions/{user_home_dir_mount_steps.rb => sshfs_cwd_mount_steps.rb} (100%) diff --git a/features/user_home_dir_mount.feature b/features/sshfs_cwd_mount.feature similarity index 100% rename from features/user_home_dir_mount.feature rename to features/sshfs_cwd_mount.feature diff --git a/features/step_definitions/user_home_dir_mount_steps.rb b/features/step_definitions/sshfs_cwd_mount_steps.rb similarity index 100% rename from features/step_definitions/user_home_dir_mount_steps.rb rename to features/step_definitions/sshfs_cwd_mount_steps.rb