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