Skip to content

Commit

Permalink
Fix typo in migration testing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrapy committed Apr 25, 2014
1 parent 251d0a5 commit f49954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/test.rst
Expand Up @@ -82,7 +82,7 @@ Migration testing
If you're a CKAN developer or extension developer and your new code requires a
change to CKAN's model, you'll need to write a migration script. To ensure that
the migration script itself gets tested, you should run the tests with
they ``--ckan-migration`` option, for example::
the ``--ckan-migration`` option, for example::

nosetests --ckan --ckan-migration --with-pylons=test-core.ini ckan ckanext

Expand Down

0 comments on commit f49954e

Please sign in to comment.