Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael <raphael@joindiaspora.com>2010-10-12 05:41:09 +0400
committerRaphael <raphael@joindiaspora.com>2010-10-12 05:41:09 +0400
commitb370f4c56089d579237c73adcc5de3a02f1619e5 (patch)
tree538cb7fee3ac2bb650e7bc9df4840cebf3028886 /README.md
parentc8f864a69ba2fec18a972077faf070e31a289eb6 (diff)
adjust readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b0157f93..4f6723507 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,13 @@ Please report any bugs you see. Issue tracking is at [bugs.joindiaspora.com](ht
You can find an introduction to the source code [here](http://github.com/diaspora/diaspora/wiki/An-Introduction-to-the-Diaspora-Source).
Bugs and pending features are on our [issue tracker](http://bugs.joindiaspora.com). Here are a few good places to start:
+
- Run "rake spec" to run our [Rspec](http://blog.davidchelimsky.net/2007/05/14/an-introduction-to-rspec-part-i/)
unit test suite. Take a look at the pending specs, make one pass!
+
- Run "rake cucumber" to run our [Cucumber](http://rubylearning.com/blog/2010/10/05/outside-in-development/)
integration test suite. As you can see, we need more integration tests. Pick a feature and write one!
+
- Take a look at the [issue tracker](http://bugs.joindiaspora.com) and pick a bug.
Write a spec for it, so it's easy for another developer to fix it.