Exemplo n.º 1
0
        public void DisposingRubyConsoleHostWithoutCreatingRubyConsole()
        {
            RubyConsoleHost host = new RubyConsoleHost(new MockTextEditor());

            host.Dispose();
        }
        public void DisposingRubyConsoleHostWithoutCreatingRubyConsole()
        {
            RubyConsoleHost host = new RubyConsoleHost(new FakeConsoleTextEditor(), new FakeControlDispatcher());

            host.Dispose();
        }