--- trunk/t/01-Frey-Class-Loader.t 2009/01/05 23:16:13 929 +++ trunk/t/01-Frey-Class-Loader.t 2009/01/05 23:19:10 930 @@ -68,7 +68,7 @@ my $methods = { 'Frey::Config' => [ 'config', 'load_config' ], - 'Frey::Editor' => [ 'url_regex', 'command' ], + 'Frey::Editor' => [ "switch_screen", "url_regex", "command" ], }; foreach my $class ( keys %$methods ) {