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 Sofaer <raphael@joindiaspora.com>2011-03-28 04:39:28 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-03-28 04:39:28 +0400
commit4180d5dcf849a095c8c65b5c5250ab8cca342dc8 (patch)
tree500e48f051c06f6145092c3bc98fe10eb4fbe502 /README.md
parent36a262a3ad409487eacb928ca97c1e48063beefe (diff)
Take out rspec convention link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7fba7e6e9..99d111b52 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ A step-by-step guide to development using git can be found [here](http://github.
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. [Here](http://github.com/diaspora/diaspora/wiki/Introduction-to-Our-Rspec-Convention) is an introduction to our Rspec convention. Take a look at the pending specs, make one pass!
+unit test suite.
- 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!