后台组织管理

This commit is contained in:
chenjing
2023-02-21 17:38:09 +08:00
committed by xxq250
parent a35e24468c
commit 8e547c178a
17 changed files with 325 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe Admins::OrganizationsController, type: :controller do
end

View File

@@ -0,0 +1,15 @@
require 'rails_helper'
# Specs in this file have access to a helper object that includes
# the Admins::OrganizationsHelper. For example:
#
# describe Admins::OrganizationsHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# expect(helper.concat_strings("this","that")).to eq("this that")
# end
# end
# end
RSpec.describe Admins::OrganizationsHelper, type: :helper do
pending "add some examples to (or delete) #{__FILE__}"
end