add global reputations page

This commit is contained in:
2021-05-05 20:20:06 +02:00
parent 62cdf32593
commit 3366251172
34 changed files with 170 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
require 'rails_helper'
RSpec.describe "WowReputations", type: :request do
describe "GET /index" do
pending "add some examples (or delete) #{__FILE__}"
end
end