مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-18 22:09:46 +00:00
initial test suite
هذا الالتزام موجود في:
14
spec/app/models/organization_spec.rb
Normal file
14
spec/app/models/organization_spec.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
require 'rails_helper'
|
||||
|
||||
describe Organization do
|
||||
|
||||
context "model" do
|
||||
subject(:organization) { create(:organization) }
|
||||
|
||||
it "should have a UUID" do
|
||||
expect(organization.uuid).to be_a String
|
||||
expect(organization.uuid.length).to eq 36
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
المرجع في مشكلة جديدة
حظر مستخدم