1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

3 commits

Author SHA1 Message Date
Albert Engelbrecht
d3c40ffb1f Fix Tempfile reference being returned as nil
This PR fixes the issue of files being uploaded from users having
the params[:file][:tempfile] being returned as `nil`, rather than
an instance of Tempfile like it should be.

PR fixes #90, and shamelessly stolen from #91.
2015-09-30 16:51:50 -05:00
Maurizio De Santis
65cd4a4ac9 Remove require 'spec_helper' 2014-09-03 19:28:14 +02:00
Maurizio De Santis
f39fad4d66 Move spec files to conventional locations 2014-09-03 19:05:50 +02:00
Renamed from rack-protection/spec/escaped_params_spec.rb (Browse further)