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

Commit

Permalink
Remove some nested steps. Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 28, 2011
1 parent 6600abb commit c45df04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions features/step_definitions/kumade_steps.rb
Expand Up @@ -7,11 +7,9 @@
end

Given /^a directory set up for kumade$/ do
steps %{
Given a directory named "the-kumade-directory"
When I cd to "the-kumade-directory"
And I set up the Gemfile with kumade
And I bundle
And I set up a git repo
}
create_dir('the-kumade-directory')
cd('the-kumade-directory')
add_kumade_to_gemfile
run_bundler
set_up_git_repo
end
2 changes: 1 addition & 1 deletion features/step_definitions/rails_steps.rb
Expand Up @@ -7,7 +7,7 @@
end

When /^I configure my Rails app for Jammit$/ do
run_bundler#_from_vendor
run_bundler
set_up_jammit
add_origin_remote
end
2 changes: 1 addition & 1 deletion features/step_definitions/rake_steps.rb
Expand Up @@ -34,5 +34,5 @@
end
CUSTOM_TASK

When "I commit everything in the current repo"
commit_everything_in_repo
end

0 comments on commit c45df04

Please sign in to comment.