Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Using AE

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