Class: RSpec::Core::ExampleGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/postspec_helper.rb,
lib/postspec_helper.rb

Class Method Summary collapse

Class Method Details

.group(&block) ⇒ Object



120
121
122
# File 'lib/postspec_helper.rb', line 120

def group(&block)
  describe(nil, &block)
end

.procedure(*args) ⇒ Object



80
81
82
# File 'lib/postspec_helper.rb', line 80

def self.procedure(*args)
  postspec.procedure(self, *args)
end

.set_search_path(*args) ⇒ Object



68
69
70
# File 'lib/postspec_helper.rb', line 68

def self.set_search_path(*args)
  postspec.set_search_path(self, *args)
end

.statement(*args) ⇒ Object



76
77
78
# File 'lib/postspec_helper.rb', line 76

def self.statement(*args)
  postspec.statement(self, *args)
end

.use(*args) ⇒ Object



72
73
74
# File 'lib/postspec_helper.rb', line 72

def self.use(*args)
  postspec.use(self, *args)
end