Top Level Namespace
Defined Under Namespace
Modules: Gemwork
Instance Method Summary collapse
- #context ⇒ Object
-
#given(description) ⇒ Object
Use #given to setup the prerequisites/context of a set of test examples.
Instance Method Details
#context ⇒ Object
21 |
# File 'lib/gemwork/test/support/spec_dsl.rb', line 21 def context(...) = describe(...) |
#given(description) ⇒ Object
Use #given to setup the prerequisites/context of a set of test examples.
19 |
# File 'lib/gemwork/test/support/spec_dsl.rb', line 19 def given(description, ...) = describe("GIVEN #{description}", ...) |