Skip to content
trans edited this page Aug 13, 2010 · 1 revision

Simple load the ae library.

  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.

Clone this wiki locally