README.markdown in authlogic-connect-0.0.3.2 vs README.markdown in authlogic-connect-0.0.3.3
- old
+ new
@@ -158,20 +158,31 @@
so they are all skipped
- Need to validate keys
- Save user
- Finish block, render page
-## Tests
+## Project Goals
-This has no tests! I had to build this in a weekend and am not fluent with Shoulda, which I'd like to use. One of these days when I can breathe.
-
-## Goals
-
1. It should require the end user ONE CLICK to create an account with your site.
2. It should not depend on Javascript
3. It should be enhanced by Javascript
4. You should never have to touch the User/Session model/controller/migration if you are a just looking to get up and running quickly.
5. You should be able to plugin ruby libraries that wrap an api, such as TwitterAuth via `@user.twitter`, and LinkedIn via `@user.linked_in`. Just because it's that easy.
+
+### Tests
+
+This has no tests! I had to build this in a day and am not fluent with Shoulda, which I'd like to use. It should have lots of tests to make sure all permutations of login and account association work perfectly.
+
+Goal:
+
+- Test Framework: [Shoulda](http://github.com/thoughtbot/shoulda)
+- Autotest with Shoulda
+- Testing style like [Paperclip Tests](http://github.com/thoughtbot/paperclip/tree/master/test/)
+- Rails 2.3+ and Rails 3 Compatability
+
+I have no idea how to get up and running with Autotest and Shoulda right now. If you know, I'd love to get the answer on Stack Overflow:
+
+[http://stackoverflow.com/questions/2823224/what-test-environment-setup-do-committers-use-in-the-ruby-community](http://stackoverflow.com/questions/2823224/what-test-environment-setup-do-committers-use-in-the-ruby-community)
## TODO
- Change `register_with_oauth` and related to `register_method` and `login_method`: oauth, openid, traditional
- Build view helpers
\ No newline at end of file