Commit e10edcda by Jon Yurek

Remove unnecessary step

parent f4b6d48d
When /^I print "([^\"]*)"$/ do |whatever|
puts whatever
end
Given /^I generate a new rails application$/ do
steps %{
When I run `bundle exec #{new_application_command} #{APP_NAME}`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment