Class: RSpec::Core::ExampleGroup

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

Class Method Summary collapse

Class Method Details

.executes(scope = :all, &block) ⇒ Object



7
8
9
# File 'lib/unencumbered.rb', line 7

def self.executes(scope=:all, &block)
  before(scope, &block)
end