Generate specs for your rails application the easy way. Regressor generates model and controller specs based on validations, associations, enums, database, routes, callbacks. Use regressor to capture your rails application behaviour.
MIT License
206
stars
33
forks
source link
model generators accept optional list of models #29
Adds an optional argument models to the activerecord and mongoid generator. The generators will only create/update the regression specs for the models specified, or all if no model names are specified.
Also adds a short description to the model spec generators.
Adds an optional argument
models
to the activerecord and mongoid generator. The generators will only create/update the regression specs for the models specified, or all if no model names are specified. Also adds a short description to the model spec generators.