Class: RSpec::Core::ExampleGroup

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

Instance Method Summary collapse

Instance Method Details

#property_of(&block) ⇒ Object



5
6
7
# File 'lib/rantly/rspec_extensions.rb', line 5

def property_of(&block)
  Rantly::Property.new(block)
end