Top Level Namespace

Defined Under Namespace

Modules: CukeSalad

Instance Method Summary collapse

Instance Method Details

#in_order_to(do_something, *with_attributes, &actions) ⇒ Object



3
4
5
# File 'lib/cukesalad/cucumber_steps.rb', line 3

def in_order_to(do_something, *with_attributes, &actions)
 CukeSalad::TaskAuthor.in_order_to(do_something, *with_attributes, &actions)
end