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

5 lines
150 B
Ruby

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