1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/rack-protection/spec/frame_options_spec.rb
2011-05-23 17:36:16 +02:00

5 lines
145 B
Ruby

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