tags:

views:

6

answers:

0
after :all do
  browser.close unless rspec_failed?
end

def rspec_failed?
  ??? # What should I write here
end