Working on tests in the loader.  Have generic model mocking working with vfsStream.
diff --git a/tests/lib/ci_testcase.php b/tests/lib/ci_testcase.php
index c8c6bc9..10539a3 100644
--- a/tests/lib/ci_testcase.php
+++ b/tests/lib/ci_testcase.php
@@ -20,9 +20,9 @@
 		'security'	=> 'sec',
 		'input'		=> 'in',
 		'lang'		=> 'lang',
-		
 		// @todo the loader is an edge case
-		'loader'	=> 'load'
+		'loader'	=> 'load',
+		'model'		=> 'model'
 	);
 	
 	public function __construct()