Revu de code
This commit is contained in:
parent
591f52f654
commit
519af34c82
12 changed files with 62 additions and 73 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'rails_helper'
|
||||
require 'spec_helper'
|
||||
|
||||
RSpec.describe Administrateur, type: :model do
|
||||
describe Administrateur, type: :model do
|
||||
describe 'database column' do
|
||||
it { is_expected.to have_db_column(:email) }
|
||||
it { is_expected.to have_db_column(:encrypted_password) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue