Skip to content

Instantly share code, notes, and snippets.

@a-chernykh
Created May 7, 2015 23:25
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 a-chernykh/7098f024fe1beb7b5a19 to your computer and use it in GitHub Desktop.
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)
# 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