provider.load("not found");
}
@Test
public void testAllCommandsHaveHelp() {
Injector injector = Guice.createInjector(new ShellModule(), new JLineModule(), new RhinoShellModule(), new CommandModule(), new Module() {
@Override
public void configure(Binder binder) {
binder.bind(CommandRegistry.class).asEagerSingleton();
}
});