Revu de code

This commit is contained in:
Xavier J 2015-11-04 17:27:01 +01:00
parent 591f52f654
commit 519af34c82
12 changed files with 62 additions and 73 deletions

View file

@ -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) }