Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
new github org
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Jan 31, 2016
1 parent a502ce4 commit bc30707
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `Ra`
[![Build Status](https://travis-ci.org/brandicted/ra.svg?branch=master)](https://travis-ci.org/brandicted/ra)
[![Build Status](https://travis-ci.org/ramses-tech/ra.svg?branch=master)](https://travis-ci.org/ramses-tech/ra)
[![Documentation](https://readthedocs.org/projects/ra/badge/?version=stable)](http://ra.readthedocs.org)

Ra is a test suite generator and helper library for testing APIs described
Expand All @@ -10,8 +10,8 @@ declared in the RAML document. It provides test helpers for augmenting these
with custom tests to test application-specific logic, side effects, etc.

Ra is primarily designed to provide testing support for
[ramses](http://github.com/brandicted/ramses) and
[nefertari](http://github.com/brandicted/nefertari) applications, but can
[ramses](http://github.com/ramses-tech/ramses) and
[nefertari](http://github.com/ramses-tech/nefertari) applications, but can
be used with any WSGI-conformant, RAML-described API.

It currently depends on pytest but may be adapted for other test frameworks
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'releases'
]

releases_github_path = 'brandicted/ra'
releases_github_path = 'ramses-tech/ra'
releases_debug = True

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ra
==

Source code:`<http://github.com/brandicted/ra>`_
Source code:`<http://github.com/ramses-tech/ra>`_

Ra is a test helper and pytest plugin for testing APIs defined by RAML
files.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
author='Brandicted',
author_email='hello@brandicted.com',
url='https://github.com/brandicted/ra',
author='Ramses',
author_email='hello@ramses.tech',
url='https://github.com/ramses-tech/ra',
keywords='web raml',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit bc30707

Please sign in to comment.