module RSpec::Rails::SystemExampleGroup

def initialize(*args, &blk)

def initialize(*args, &blk)
  super(*args, &blk)
  @driver = nil
end