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