Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Remove unused Cucumber steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 22, 2011
1 parent 1808c1e commit 5ef704b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
9 changes: 0 additions & 9 deletions features/step_definitions/bundler_steps.rb
Expand Up @@ -2,15 +2,6 @@
run_bundler
end

When /^I rebundle$/ do
run_bundler
commit_everything_in_repo
end

Given /^an empty Gemfile$/ do
write_file('Gemfile', '')
end

When /^I set up the Gemfile with kumade$/ do
add_kumade_to_gemfile
end
Expand Down
3 changes: 0 additions & 3 deletions features/step_definitions/dependency_steps.rb

This file was deleted.

8 changes: 1 addition & 7 deletions features/step_definitions/kumade_steps.rb
@@ -1,11 +1,5 @@
When /^I run kumade with "([^"]+)"$/ do |args|
When %{I run `bundle exec kumade #{args}`}
end

Given /^I have loaded "([^"]+)"$/ do |file|
in_current_dir do
load(file)
end
run_simple("bundle exec kumade #{args}")
end

Given /^a directory set up for kumade$/ do
Expand Down

0 comments on commit 5ef704b

Please sign in to comment.