lib/cucumber/pickles/steps.rb in pickles-0.1.0 vs lib/cucumber/pickles/steps.rb in pickles-0.1.1
- old
+ new
@@ -10,10 +10,10 @@
module Pickles::StepDef
module_function
def define_table_step(allowed_table_cols)
- -> do |within, table|
+ -> ( within, table ) do
Waiter.wait_for_ajax
if table.headers.length == 3 && 3.in?(allowed_table_cols)
current_within = within