lib/kraken-mobile/runners/calabash/android/steps/communication_steps.rb in kraken-mobile-1.0.3 vs lib/kraken-mobile/runners/calabash/android/steps/communication_steps.rb in kraken-mobile-1.0.4

- old
+ new

@@ -44,12 +44,12 @@ Then /^I start a monkey with (\d+) events$/ do |int| channel = @scenario_tags.grep(/@user/).first run_monkey channel, int end -Then /^I start a intelligent monkey with (\d+) events$/ do |int| +Then /^I start kraken monkey with (\d+) events$/ do |int| channel = @scenario_tags.grep(/@user/).first - run_intelligent_monkey channel, int + run_kraken_monkey channel, int end Then /^I start a monkey with (\d+) events from height (\d+)% to (\d+)% and width (\d+)% to (\d+)%$/ do |int, from_x, to_x, from_y, to_y| channel = @scenario_tags.grep(/@user/).first run_small_monkey channel, int, from_x, to_x, from_y, to_y