[ADD]组织模块相关代码

This commit is contained in:
2021-01-11 17:44:11 +08:00
parent 178991b245
commit 2434ca9681
36 changed files with 655 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe OrganizationExtension, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe OrganizationUser, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe TeamProject, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

5
spec/models/team_spec.rb Normal file
View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe Team, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe TeamUnit, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe TeamUser, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end