Created
May 7, 2015 23:25
-
-
Save a-chernykh/7098f024fe1beb7b5a19 to your computer and use it in GitHub Desktop.
TeamCity hack for running specs with spork started from another process (i.e. from terminal)
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
# Teamcity hack | |
$LOAD_PATH.push '/Applications/RubyMine.app/Contents/rb/testing/patch/bdd' | |
$LOAD_PATH.push '/Applications/RubyMine.app/Contents/rb/testing/patch/common' | |
require 'teamcity/spec/runner/formatter/teamcity/formatter' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment