eliotsykes / rspec-rails-examples

RSpec cheatsheet & Rails app: Learn how to expertly test Rails apps from a model codebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demonstrate Validator Specs within rspec-rails-examples

eliotsykes opened this issue · comments

  • Test the validator class itself
  • Write a matcher for the custom validator that follows the shoulda-matchers `validates_*_of`` style