create sponsor_tier

This commit is contained in:
wyx
2020-07-24 17:38:31 +08:00
parent cb089b1bb8
commit 0a460d1d37
25 changed files with 441 additions and 0 deletions

View 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