summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-24 11:09:21 -0700
committerTim Smith <tsmith@chef.io>2018-07-24 11:09:21 -0700
commit3d4edcf6b05927b95e31e6859178193fdcbc10b0 (patch)
treedf3daacdbda54f5c14018e003875fd1816abaa29
parent059c2e032d64125f9d0e9723233aee203ebc720a (diff)
downloadmixlib-cli-3d4edcf6b05927b95e31e6859178193fdcbc10b0.tar.gz
Remove empty cucumber tests
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--features/mixlib_cli.feature9
-rw-r--r--features/step_definitions/mixlib_cli_steps.rb0
-rw-r--r--features/support/env.rb9
3 files changed, 0 insertions, 18 deletions
diff --git a/features/mixlib_cli.feature b/features/mixlib_cli.feature
deleted file mode 100644
index b908b60..0000000
--- a/features/mixlib_cli.feature
+++ /dev/null
@@ -1,9 +0,0 @@
-Feature: something something
- In order to something something
- A user something something
- something something something
-
- Scenario: something something
- Given inspiration
- When I create a sweet new gem
- Then everyone should see how awesome I am
diff --git a/features/step_definitions/mixlib_cli_steps.rb b/features/step_definitions/mixlib_cli_steps.rb
deleted file mode 100644
index e69de29..0000000
--- a/features/step_definitions/mixlib_cli_steps.rb
+++ /dev/null
diff --git a/features/support/env.rb b/features/support/env.rb
deleted file mode 100644
index 3855024..0000000
--- a/features/support/env.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-$LOAD_PATH.unshift(File.dirname(__FILE__) + "/../../lib")
-require "mixlib_cli"
-
-require "spec/expectations"
-
-World do |world|
-
- world
-end