You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
You also have to explicitly tell Cuke4Duke to install gems with a System property:
mvn integration-test -Dcucumber.installGems=true
You only need to do this once, or every time you add a new gem or change a version.
Ant
If your project is based on the Ant scripts that come with the examples, just run the install-gem macro.
Behind a proxy?
No worries. Rubygems has a --http-proxy option you can pass to it. Just add --http-proxy http://your.proxy:8080 to the Maven <gem> element, or add extra <arg> elements in the Ant install-gem macrodef.