Sha256: 0bcfa2a48792c716d79ac5cb5f988e1a2eb7f9c6373b579c658ea992c8eb33d9
Contents?: true
Size: 387 Bytes
Versions: 16
Compression:
Stored size: 387 Bytes
Contents
When /^I save the tab (\d+) times and wait (\d+) seconds each time$/ do |count,time| count = count.to_i time = time.to_i (1..count).each do |i| begin When "I save the tab" When "I wait #{time} seconds" rescue => e add_exception(e) end end end Then /^the tab should not have thrown SWT concurrency exceptions$/ do exception_count.should == 0 end
Version data entries
16 entries across 16 versions & 3 rubygems