mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
5 lines
145 B
Ruby
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
|