Version 2.008001
[catagits/Catalyst-Controller-DBIC-API.git] / t / lib / RestTest / Model / RestTestDB.pm
index 7d89f5c..329fe46 100644 (file)
@@ -9,11 +9,11 @@ use Catalyst::Utils;
 __PACKAGE__->config(
                                        schema_class => 'RestTest::Schema',
                                        connect_info => [
-                        "DBI:SQLite:t/var/DBIxClass.db",
+                        "dbi:SQLite:t/var/DBIxClass.db",
                         "",
                         "",
                                           {AutoCommit => 1}
-                      ]                                          
+                      ]
 );
 
 1;