Class: Bbq::Core::TestUser
- Inherits:
-
Object
- Object
- Bbq::Core::TestUser
- Includes:
- Roles, CapybaraDsl, Eyes, Within
- Defined in:
- lib/bbq/core/test_user.rb,
lib/bbq/core/test_user/eyes.rb,
lib/bbq/core/test_user/within.rb,
lib/bbq/core/test_user/capybara_dsl.rb
Defined Under Namespace
Modules: CapybaraDsl, Eyes, Within
Constant Summary
Constants included from Within
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #default_options ⇒ Object
-
#initialize(options = {}) ⇒ TestUser
constructor
A new instance of TestUser.
- #page ⇒ Object
Methods included from Roles
Methods included from Within
Methods included from Eyes
Constructor Details
#initialize(options = {}) ⇒ TestUser
Returns a new instance of TestUser.
17 18 19 |
# File 'lib/bbq/core/test_user.rb', line 17 def initialize( = {}) @options = .merge() end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
15 16 17 |
# File 'lib/bbq/core/test_user.rb', line 15 def @options end |