Sure, here it is:

class login
  include Tester
  before(:all) do
  @app = Bewildr::Application.start('c:/windows/notepad.exe')
  end

There were some commented lines but I took them out.

Previously I've worked with Watir and used this:

test_suite "Login" do
  include TestHelper

  before(:all) do

    open_browser("http://localhost:54850/home";)
   end

Is it possible to have an equivalent of test_suite declaration in IR?

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to