Created
February 11, 2014 23:51
-
-
Save joshcooper/8946913 to your computer and use it in GitHub Desktop.
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
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