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
2011-05-23 17:36:16 +02:00

5 lines
147 B
Ruby

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