cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

Error on build: Could not locate Gemfile #94

Closed jholmberg-cni closed 13 years ago

jholmberg-cni commented 13 years ago

Hi, I've been impressed with cucumber and am really interested in using cuke4duke with a clojure project I'm working on.

I tried building cuke4duke with rvm, jruby, and just the standard gem command but they all end with the same error that they could not locate Gemfile on the bundle install command.

I'm currently running this on OS X Snow Leopard with rvm 1.1.6. Here's the output from the command:

rvm gem install bundler && bundle install Successfully installed bundler-1.0.7 1 gem installed Installing ri documentation for bundler-1.0.7... Installing RDoc documentation for bundler-1.0.7... Successfully installed bundler-1.0.7 1 gem installed Installing ri documentation for bundler-1.0.7... Installing RDoc documentation for bundler-1.0.7... Could not locate Gemfile

jholmberg-cni commented 13 years ago

Figured it out. I apologize for the misunderstanding but I needed to be in the directory where cuke4duke was unzipped. Not sure if anyone else has run into this recently but maybe mention of that could be made on the installation instructions for ruby neophytes.