Hi,

, aslak hellesoy wrote (sometime today):

at_exit do
  ..
end

If I had a number of steps, stories and runners where would I put the
kernal at_exit method?

At the last 'Then' in a step file?

No, never inside a step. You should only register each at_exit hook once.

At the bottom of that particular
runner file? I assume there would be

Not sure what you mean by runner file. Stick the global setup code and at_exit hook(s) at the top level in a ruby file inside your steps folder. This file shouldn't contain any step defs.

Aslak

numerous at_exit methods i.e.
different teardowns.

Cheers

Aidy
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to