mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
12 lines
207 B
Ruby
12 lines
207 B
Ruby
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
|