WatirSplash 1.1.1 Released

Hi!

Biggest improvements in the new WatirSplash is it’s support for Linux,
OS X and Windows by using Watir, FireWatir and Watir-WebDriver
frameworks.

WatirSplash makes browser-based web page testing in Ruby splashin
easy. It combines Watir (www.watir.com) for controlling the browser
and RSpec (relishapp.com/rspec) for testing framework. This powerful
combination gives you the ability to write easily well-maintained and
easy-to-read specs (specifications in RSpec) so you dont need to have
any extra documentation for your applications.

WatirSplash makes it easier to use best features of both of these
tools together so you wont have to spend time on thinking how to do
that yourself - you can start testing right away!

Get it with gem install watirsplash.

Read more from GitHub - jarmo/WatirSplash: Combining best features of Watir and RSpec for browser-based functional testing.

Jarmo P.