We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Simple load the ae library.
ae
require 'ae'
If you want the subjective forms, then require it as well.
require 'ae' require 'ae/should'
You do not need to add anything to Cucumber’s “World”, because AE works at the top-level, rather then simply defining a set of assertion methods.