Skip to content

Instantly share code, notes, and snippets.

@aantix
Last active December 25, 2015 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aantix/6926392 to your computer and use it in GitHub Desktop.
Save aantix/6926392 to your computer and use it in GitHub Desktop.
Running tests under Zeus for Rubymine 6.0 momiji EAP
If you want to run individual specs under Zeus & the latest Rubymine EAP
* Ensure that you install the latest Zeus
gem install zeus --version=0.13.4.pre2
* Remove the following lines from spec_helper if they exist
require 'rspec/autorun'
require 'rspec/autotest'
* Set the default to zeus for rspec
Run->Edit Configurations
Defaults->Rspec->Use Preload Server->Zeus
* From the tools menu, select :
Tools->Run Zeus Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment