Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/tournaments:rules_issued_equipment' do
    "Hello World"
  end
end