typo fix in readme

This commit is contained in:
Robert Fletcher 2014-12-22 12:36:47 -06:00
parent 42783392c8
commit 7d94d2a45f
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ require 'paper_trail/frameworks/rspec'
## Testing PaperTrail
Paper Trail has facilities to test aganist Postgres, Mysql and SQLite. To switch between DB engines you will need to export the DB Variable for the engine you wish to test aganist.
Paper Trail has facilities to test against Postgres, Mysql and SQLite. To switch between DB engines you will need to export the DB variable for the engine you wish to test aganist.
Though be aware we do not have the abilty to create the db's (except sqlite) for you. You can look at .travis.yml before_script for an example of how to create the db's needed.