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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -