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



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

.statement(*args) ⇒ Object



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

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

.use(*args) ⇒ Object



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

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