mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
create sponsor_tier
This commit is contained in:
10
spec/requests/sponsor_tiers_spec.rb
Normal file
10
spec/requests/sponsor_tiers_spec.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe "SponsorTiers", type: :request do
|
||||
describe "GET /sponsor_tiers" do
|
||||
it "works! (now write some real specs)" do
|
||||
get sponsor_tiers_path
|
||||
expect(response).to have_http_status(200)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user