lib/rantly/rspec_extensions.rb in rantly-2.0.0 vs lib/rantly/rspec_extensions.rb in rantly-3.0.0
- old
+ new
@@ -1,5 +1,5 @@
-require 'rspec'
+require 'rspec/core'
require 'rantly/property'
class RSpec::Core::ExampleGroup
def property_of(&block)
Rantly::Property.new(block)