Is it possible to use a fixture value in an assert in
Rselenese? Something like what you can do in unit and
functional tests using the fixture_file(:fixture_name)
syntax? I'm thinking:
setup :fixtures => [:contacts]
open ...
assert_table "results", "1",
"2", *contacts(:chris).first_name*
Thanks for any assistance!
------------------------------------------------------------
---------
To unsubscribe, e-mail:
selenium-on-rails-users-unsubscribe openqa.org
For additional commands, e-mail:
selenium-on-rails-users-help openqa.org
|