From cbee39089bc7ac5f3eee58df84728400b8be283a Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Tue, 2 May 2017 16:03:36 -0400 Subject: [PATCH] Move steps to examples folder --- {features => examples/features}/step_definitions/ohm_steps.rb | 0 {features => examples/features}/step_definitions/redis_steps.rb | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {features => examples/features}/step_definitions/ohm_steps.rb (100%) rename {features => examples/features}/step_definitions/redis_steps.rb (100%) diff --git a/features/step_definitions/ohm_steps.rb b/examples/features/step_definitions/ohm_steps.rb similarity index 100% rename from features/step_definitions/ohm_steps.rb rename to examples/features/step_definitions/ohm_steps.rb diff --git a/features/step_definitions/redis_steps.rb b/examples/features/step_definitions/redis_steps.rb similarity index 100% rename from features/step_definitions/redis_steps.rb rename to examples/features/step_definitions/redis_steps.rb