lundi 20 mars 2017

How validate email format rspec

How validate format rspec i use this gem but not working

require 'rails_helper'

RSpec.describe User, type: :model do


  describe "Validations" do
    subject{build(:user)}

   it { should validate_email_format_of(:email).with_message('is not good') }
  end 



end

Aucun commentaire:

Enregistrer un commentaire