erwinjunker / regressor

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

Adds rspec filter to templates #5

Closed buren closed 9 years ago

buren commented 9 years ago

First of all thanks, really handy to be able to generate these kind of specs :) :+1:

Thought it would be nice to be able to exclude the regressions specs.

erwinjunker commented 9 years ago

Thanks :+1: glad to hear that it's useful. The rspec filter seems like a good idea. Will merge your pull request. Thanks for contributing!