search for: flex_app

Displaying 1 result from an estimated 1 matches for "flex_app".

2008 Dec 02
1
Using Rspec for web tests
...on is where should I put the two lines of code that creates an instance of FunFx so that all the it "should .. " uses the same @flex instance, that should be created just once in for each describe? describe "DemoApp" do before do browser.goto(DEMO_APP) @flex = browser.flex_app(''DemoAppId'', ''DemoAppName'') end it "should click on a checkbox" do # do somthing end it "should assert that it is checked" do # do something end end - Peter -------------- next part -------------- An HTML attachment was scr...