summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-04-15 11:08:21 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-04-15 11:08:21 +0200
commit41651ed2691c25ec7eae7d5034554e0903eb4e13 (patch)
treeb30e92c7033d07317d5bbf3272cede9db2293c29
parent767537ae3f9f17ba87d0c762e642c24afe3b247b (diff)
downloadfactory-boy-41651ed2691c25ec7eae7d5034554e0903eb4e13.tar
factory-boy-41651ed2691c25ec7eae7d5034554e0903eb4e13.tar.gz
Cleaner link.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 754881e..ebda1e6 100644
--- a/README
+++ b/README
@@ -3,8 +3,7 @@ factory_boy
factory_boy is a fixtures replacement based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_ . Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. Django support is included, and support for other ORMs can be easily added.
-The official repository is at http://github.com/rbarrois/factory_boy.
-The documentation is at http://readthedocs.org/factoryboy.
+The official repository is at http://github.com/rbarrois/factory_boy; the documentation at http://readthedocs.org/factoryboy.
Credits
-------