ruby - Two files are found in WATIR-Classic 3.0.0 but not in WATIR-Classic 3.7.0 -
i can find 2 files named 'testcase.rb' , 'assertions.rb' in watir-classic 3.0.0, 2 files not found in watir-classic 3.7.0. reason this? or found in other folder?
in watir-classic 3.0.0
, testcase.rb
, assertion.rb
files define watir::testcase
, watir::assertions
classes. these classes provide subset of functionality found in test::unit
.
per commit, these files deleted in watir-classic 3.1.0
. since there number of feature-rich testing frameworks--from minitest
rspec
--there's no need include parallel framework in watir-classic
gem.
Comments
Post a Comment