Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Installing gems

aslakhellesoy edited this page Sep 13, 2010 · 5 revisions

You need to install the cucumber gem in order to run cuke4duke. There are a couple of ways to do this.

Maven

With maven you install gems like this:

  <build>
    <plugins>
      <plugin>
        <configuration>
          <gems>
            <gem>cucumber --version 0.4.2</gem>

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. So just add --http-proxy http://your.proxy:8080 to the Maven <gem> element, or add extra argument in the Ant install-gem macrodef.

Clone this wiki locally