Last active
December 25, 2015 05:39
-
-
Save aantix/6926392 to your computer and use it in GitHub Desktop.
Running tests under Zeus for Rubymine 6.0 momiji EAP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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