spec-me-maybe 1.0.0
Adds the `maybe` syntax to RSpec: describe Thing do it 'is maybe equal to another thing' do maybe(Thing.new).will eq(another_thing) # Passes sometimes. Maybe. end end
Gemfile:
=
install:
=
Runtime Dependencies (1):
rspec-expectations
~> 3.1
Development Dependencies (1):
rspec
~> 3.1