adb5ca34b6
We'll think of something better later on.
8 lines
178 B
Ruby
8 lines
178 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe User do
|
|
it 'lets Devise handle email and password validations' do
|
|
expect(build(:user)).to be_a Devise::Models::Validatable
|
|
end
|
|
end
|