mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
init project
This commit is contained in:
10
spec/requests/edu_settings_spec.rb
Normal file
10
spec/requests/edu_settings_spec.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe "EduSettings", type: :request do
|
||||
describe "GET /edu_settings" do
|
||||
it "works! (now write some real specs)" do
|
||||
get edu_settings_path
|
||||
expect(response).to have_http_status(200)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user