There were two methods: `andAlso()` and `and_also_expects_that()`. We
removed them in version 1.0 because we were simplifying Then and the
method didn't exist in Given and When—we had the `and_the(user)`
methods in those, which are still there and now also exist in Then. If
there's demand for it, we'll put something similar back in and add it
to the others (if you have any ideas how best you'd like to see it
done, feel free to fork and send a pull request). We didn't want to
have too much in the way of helper methods to start with in 1.0, as
it's much easier to add stuff than remove it.
Scriptwriter—our upcoming web page generator for Narrative tests—may
also be a potential solution: you could write
`.expects_that(…).expects_that(…)` and Scriptwriter could display it
with "and" instead. However, this is only helpful if you plan on
viewing your tests in a web browser rather than in your IDE.
— Samir.