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:
=
instalar:
=
dependencias de Runtime (1):
rspec-expectations
~> 3.1
dependencias de Development (1):
rspec
~> 3.1