1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/rack-protection/spec/remote_referrer_spec.rb

6 lines
147 B
Ruby
Raw Normal View History

require File.expand_path('../spec_helper.rb', __FILE__)
describe Rack::Protection::RemoteReferrer do
it_behaves_like "any rack application"
end