ADD 后台系统配置管理功能

This commit is contained in:
jasder
2021-09-10 15:29:08 +08:00
parent 36adfcf016
commit 4c41d50506
35 changed files with 505 additions and 105 deletions
@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "edu_settings/create.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end
@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "edu_settings/destroy.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end
@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "edu_settings/edit.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end
@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "edu_settings/index.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end
@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "edu_settings/new.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end
@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "edu_settings/update.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end