require 'rails_helper' RSpec.describe Credit, type: :model do context 'training' do it 'should is saved with plan' end context 'machine' do it 'should is saved with plan and hours' end end