Sha256: 9fd82bd28b59db41ca908da0ece133990b118d21fedcc41dcde08e09c5d06c60

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

require 'rutl/browser'
require 'rutl/version'
#
# TODO: Rename to something better. RubyUI2API? RAPID for Ruby API DSL?
# The idea is that this framework should be usable for web, phone, and even
# desktop UI testing, turning the UI into an API via its DSL.
#
module RUTL
  # Should define RUTL::PAGES directory for your code
  # or set ENV['RUTL_PAGES']
  # or Browser intialize will raise.
  PAGES = nil
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rutl-0.2.1 lib/rutl.rb
rutl-0.2.0 lib/rutl.rb