Sha256: 46d454e4136133f0d4cfe936354b17c2028cc6c47bdfd3307f547f45bc1f755b
Contents?: true
Size: 146 Bytes
Versions: 1
Compression:
Stored size: 146 Bytes
Contents
module MechanicalCuke module BasicAuth def basic_auth(username,password) page.driver.basic_auth(username, password) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mechanical-cuke-0.5.0 | lib/mechanical-cuke/basic_auth.rb |