module Insist::Comparators

Provides the ‘==’ assertion method.

Example:

insist { "foo" } == "foo"

TODO(sissel): This requires ruby 1.9.x