Sha256: 52700ee3f6680309d7707b240287edf0e55cba2e1f162ece0d6a97cd1cf909d3
Contents?: true
Size: 892 Bytes
Versions: 1
Compression:
Stored size: 892 Bytes
Contents
= Hacking on Cucumber-Rails If you have a bugfix or a new feature you want to contribute, please fork on Github and make your own feature branch: git clone git@github.com:you/cucumber-rails.git git checkout -b 87-add-chinese-translation The feature branch should contain a ticket number (if appliccable) and a descriptive name that aligns with the ticket name. == Setting up your environment Before you change anything, you should make sure you can run all the Cucumber features for Cucumber-Rails. You need rvm. sudo gem install rvm rvm install 1.8.7 1.9.1 == Running all features rake cucumber This takes a long time because a lot of gems have to be installed. (This is done while running the cucumber features) == Gotchas * https://rails.lighthouseapp.com/projects/8994/tickets/3865-invalid-gemspec-format-in-and-already-initialized-constant-warnings-with-ruby-192dev
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber-rails-0.3.1 | HACKING.rdoc |