Open TrevorHinesley opened 10 years ago
I'm having exactly same issue. Zeus starts properly but all commands like rspec or console run very very slow, liked there was nothing preloaded by the initial start of zeus. The problem is somehow probably connected with my system, because other people working on the same project run the latest zeus 0.15.4 without any issues. I'm on Mac system version 10.9.5. The same really small tests take even about 2-3 seconds longer than normally runned by rspec.
The zeus is installed globally not from the project Gemfile. I'm using latest stable RVM 1.26.11 with ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin13]. I tried many ruby versions (every time reinstalling the zeus) and no result. Strange thing is that the zeus 0.4.4 works properly :confused:.
Any thoughts?
Some of the individual tests are lightning fast with Zeus, and others are pretty dang slow.
If I do:
time rspec spec/
The result is:
But if I use Zeus:
time zeus rspec spec/
The result is:
What's up with this? Below is my spec_helper file: