No commit activity in last 3 years
No release in over 3 years
Description of CucumberGenerator.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

CucumberGenerator

Examples

rails g feature Model

produces the model features and step_definitions found here

rails g feature LoginModel --user=user

produces the login_model features and step_definitions found here

Lastly you can specify which requests you wish to support

For example:

rails g feature Model # runs the builders for show, index, new, edit, delete
rails g feature Model show index # runs the builder for show, index

Installation

add to your gemfile

group :development do
  gem 'cucumber_generator'
end

Legacy from bundler?

This project rocks and uses MIT-LICENSE.