1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/rack-protection/spec/json_csrf_spec.rb
2011-06-19 15:35:58 +02:00

8 lines
346 B
Ruby

require File.expand_path('../spec_helper.rb', __FILE__)
describe Rack::Protection::JsonCsrf do
it_behaves_like "any rack application"
it "denies get requests with json responses with a remote referrer"
it "accepts get requests with json responses with a local referrer"
it "accepts get requests with json responses with no referrer"
end