rspec-expectations is a module of the RSpec BDD suite that provides a readable API to express expected test outcomes, usable with other tools such as Cucumber as well as with RSpec.
rspec-expectations is a module of the RSpec BDD suite that provides a readable API to express expected test outcomes, usable with other tools such as Cucumber as well as with RSpec. It is implemented as a Ruby gem.
Instructions for how to use rspec-expectations with Cucumber can be found on Cucumber's Github wiki.