cardoni / digital_schoolhouse

Digital Schoolhouse Website / CMS
3 stars 0 forks source link

Add some model validations and rspec tests #15

Open emacadie opened 12 years ago

emacadie commented 12 years ago

I ran these by hand: mkdir spec/models mkdir spec/requests Then you have to run rake db:test:prepare

emacadie commented 12 years ago

I added a gem to the Gemfile: gem 'validates_email_format_of', '1.5.3'