summaryrefslogtreecommitdiff
path: root/ci/jenkins_run_tests.bat
blob: 7d3a2d7c0dfa6f9804482819b29e8e7894b0b8e8 (plain)
1
2
3
4
5
set PATH=C:\Ruby192\bin;%PATH%

ruby -v
call bundle install --binstubs --path vendor/bundle || ( call rm Gemfile.lock && call bundle install --binstubs --path vendor/bundle )
ruby bin\rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/unit spec/functional