Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Iristyle
Forked from joshcooper/gist:8946913
Created June 9, 2014 19:16
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 Iristyle/d3b69e8d0a7657a069c3 to your computer and use it in GitHub Desktop.
Save Iristyle/d3b69e8d0a7657a069c3 to your computer and use it in GitHub Desktop.
Run Ruby specs under Windbg
set _ORIGINAL_GEM_PATH=
set BUNDLE_BIN_PATH=c:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.4/bin/bundle
set BUNDLE_GEMFILE=c:/work/puppet/Gemfile
set GEM_HOME=c:/work/puppet/vendor/cache/ruby/1.9.1
set GEM_PATH=
set RUBYOPT=-Ic:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.2.4/lib -rbundler/setup
"ruby.exe" "C:\work\puppet\vendor\cache\ruby\1.9.1\bin\rspec" -r yarjuf -f JUnit -o result.xml -fp spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment