mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-05 00:52:22 +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
|