Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/faq:stealth:evaluating_intelligence' do
    "Hello World"
  end
end