diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-01 16:00:42 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-01 16:00:42 +0000 |
commit | c7b4bdbbe16f0cdb4196c08e2bf785cda5826948 (patch) | |
tree | 399aaaa66b2613062a144d39f7de0166eefa5c4f /t/app | |
parent | 3dfb9db53227698609a9a163947e1b4fb412e22d (diff) |
Added FixMyStreet::DB as a model to FixMyStreet::App
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/model/db.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/app/model/db.t b/t/app/model/db.t new file mode 100644 index 000000000..bebd68f0b --- /dev/null +++ b/t/app/model/db.t @@ -0,0 +1,8 @@ +use strict; +use warnings; + +use Test::More; + +use_ok 'FixMyStreet::App::Model::DB'; + +done_testing(); |