README.markdown in citrusbyte-stories-0.0.2 vs README.markdown in citrusbyte-stories-0.0.3
- old
+ new
@@ -1,9 +1,9 @@
Stories
=======
-Stories and User Acceptance Tests for Test::Unit.
+Stories and User Acceptance Tests for the minimalist test framework [Contest](http://github.com/citrusbyte/contest).
Description
-----------
Write user stories and user acceptace tests using Contest, the tiny add on to Test::Unit that provides nested contexts and declarative tests.
@@ -26,11 +26,9 @@
end
end
end
If you are using Rails, you can use stories for your integration tests with Webrat:
-
- require "stories"
class UserStoriesTest < ActionController::IntegrationTest
story "As a user I want to log in so that I can access restricted features" do
setup do
@user = User.spawn