Skip to content

Commit

Permalink
Added info: install test gems before testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Jan 19, 2009
1 parent e555150 commit 449d0e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ XXX oh, we can't depend on the rails helpers at all, because they don't
translate the time from UTC (assuming the TZ env var is correctly
set) to site time, you've to roll our own, or monkey patch rails :/

= Tests

First make sure you have configured a test database in config/database.yml.

Running the tests requires installing additional gems

sudo rake gems:install RAILS_ENV=test

You can now run the tests

rake test

= License

Mephisto is distributed under the same license as Ruby on Rails. See
Expand Down

0 comments on commit 449d0e1

Please sign in to comment.