gemini-testing / gemini-gui

GUI for gemini
MIT License
69 stars 18 forks source link

Gemini 4.0 dependency #41

Closed Alexandr-Ilyin closed 8 years ago

Alexandr-Ilyin commented 8 years ago

Gemini gui forced me to switch to gemini 4.0 which is not stable yet. So my testSuite did not work correcly, please switch it back to 3.0

j0tunn commented 8 years ago

How about install gemini-gui@3.0?

Gemini gui forced me to switch to gemini 4.0 which is not stable yet

What problems do you have with gemini@4.0?

Alexandr-Ilyin commented 8 years ago

I've finally solved the problem. It turned out to be funny. I used gemini like var gemini = require("gemini") gemini.suite(....)

It turned out that the right way was gemini.suite(....)

because real gemini is stored in global variable.

j0tunn commented 8 years ago

yep, that was changed in 4.0