Sha256: db5a66767fc2a102519cb7cd21597aa16a589695ecb37ba39c50e245a9c6c8ab
Contents?: true
Size: 359 Bytes
Versions: 23
Compression:
Stored size: 359 Bytes
Contents
require 'rails_helper' RSpec.describe User, type: :model do describe 'should have usual attributes' do it { should respond_to :name } it { should_not respond_to :language } it { should_not respond_to :spoken_languages } it { should_not respond_to :foreign_languages } it { should_not respond_to :native_languages } end end
Version data entries
23 entries across 23 versions & 1 rubygems