Login
Discover
Waves
Communities
Login
Signup
Topics
#watir
Global
Trending
Hot
New
Top
#watir
New
Top communities
Create your community
latest #watir created topics | Ecency
saashtechnology
ruby
2018-01-23 19:15
Coding Standards of Ruby Watir
LOOPS: Never use unless with else. Rewrite these with the positive case first. BAD unless success? message = 'FAIL' else message = 'PASS' end GOOD if success? message = 'PASS' else puts 'failure'message
$ 0.000
1
stipe
cucumber
2017-08-27 11:50
!
Low reputation account with an unverified outbound link, Reveal content
Installation – Cucumber-WatirWebDriver
Setup on Mac OSX Tools you need: Mac with sudo Access Xcode with command line tools installed. The command line tools can be installed from Xcode -> Preferences -> Downloads RVM (optional) Ruby 2.1.1
$ 0.000
1