features/step_definitions/kill_steps.rb in trema-0.2.2.1 vs features/step_definitions/kill_steps.rb in trema-0.2.3

- old
+ new

@@ -16,11 +16,11 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -Given /^I terminated all trema services$/ do - run "./trema killall" +When /^I try trema kill "([^"]*)"$/ do | component | + run "./trema kill #{ component }" end ### Local variables: ### mode: Ruby