Top Level Namespace
Defined Under Namespace
Modules: Enumerable, GeneratorHelper, GeneratorMessages, ReactOnRails, ReactOnRailsHelper
Classes: Array, HelloWorldController, HomeController
Instance Method Summary
collapse
Instance Method Details
#heading ⇒ Object
23
24
25
|
# File 'lib/generators/react_on_rails/templates/dev_tests/spec/system/hello_world_spec.rb', line 23
def heading
page.first(:css, "h1")
end
|
#message ⇒ Object
19
20
21
|
# File 'lib/generators/react_on_rails/templates/dev_tests/spec/system/hello_world_spec.rb', line 19
def message
page.first(:css, "h3")
end
|
15
16
17
|
# File 'lib/generators/react_on_rails/templates/dev_tests/spec/system/hello_world_spec.rb', line 15
def name_input
page.first("input")
end
|