class RSpec::Core::ExampleGroup

Public Instance Methods

property_of(&block) click to toggle source
# File lib/rantly/rspec_extensions.rb, line 5
def property_of(&block)
  Rantly::Property.new(block)
end