Class: RSpec::Core::ExampleGroup
- Inherits:
-
Object
- Object
- RSpec::Core::ExampleGroup
- Defined in:
- lib/postspec_helper.rb,
lib/postspec_helper.rb
Class Method Summary collapse
- .group(&block) ⇒ Object
- .procedure(*args) ⇒ Object
- .set_search_path(*args) ⇒ Object
- .statement(*args) ⇒ Object
- .use(*args) ⇒ Object
Class Method Details
.group(&block) ⇒ Object
121 122 123 |
# File 'lib/postspec_helper.rb', line 121 def group(&block) describe(nil, &block) end |
.procedure(*args) ⇒ Object
81 82 83 |
# File 'lib/postspec_helper.rb', line 81 def self.procedure(*args) postspec.procedure(self, *args) end |
.set_search_path(*args) ⇒ Object
69 70 71 |
# File 'lib/postspec_helper.rb', line 69 def self.set_search_path(*args) postspec.set_search_path(self, *args) end |