Sha256: 34388920b9225068eba79eae838bebaf195e590985e4a112d4da983c559ec1a2
Contents?: true
Size: 454 Bytes
Versions: 7
Compression:
Stored size: 454 Bytes
Contents
#encoding: utf-8 require File.expand_path 'app/spec/spec_helper' $browsers.each do |b| describe "The template using the '#{b}' browser",:template do before(:all) do @browser = initBrowser(b,:platform => :VISTA) @yale_page = YalePage.new(@browser) @yale_page.goto end it 'will always fail' do expect(false).to be_true end it 'is pending' after(:all) do @browser.close rescue nil end end end
Version data entries
7 entries across 7 versions & 1 rubygems