Open mfischer-zd opened 10 years ago
It would be really helpful if we could access the node object outside a test case -- specifically in before and after blocks (as opposed to just it specification blocks). This would allow us to substitute node attributes in setup and teardown hooks.
before
after
it
It would be really helpful if we could access the node object outside a test case -- specifically in
before
andafter
blocks (as opposed to justit
specification blocks). This would allow us to substitute node attributes in setup and teardown hooks.