I'm pleased to announce that Narrative version 1.0 is now available at http://youdevise.github.com/narrative/. Please let us have your comments and suggestions!
Changes since 0.9:
* Change to expects_that syntax for better readability: from Then.the(user).expects_that(EXTRACTOR).should(MATCHER) to Then.the(user).expects_that(EXTRACTOR, MATCHER).
* Improved README and documentation, including a couple of new wiki entries.
* Generation of Eclipse files via Gradle.
* Lots of tidy-ups including use of underscores throughout and elimination of unused files.