Method: RSpec::Core::ExampleGroup.executes

Defined in:
lib/unencumbered.rb

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



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

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