diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-06-22 12:46:17 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-06-22 12:46:17 +0100 |
commit | 994a13b08be94220512961b28de8fb95c8d181a5 (patch) | |
tree | e167517bba08ddb0529ceafb8f8587fe5e7c525e /spec/integration/parameter_stripping_spec.rb | |
parent | c7561d62b96f745e21f256c4e5bd4bdb10e80bd0 (diff) | |
parent | 610b42456634c6194d219878f977c4c7e4c7cae3 (diff) |
Merge branch 'add-rack-sanitizer-via-platform' into develop
Diffstat (limited to 'spec/integration/parameter_stripping_spec.rb')
-rw-r--r-- | spec/integration/parameter_stripping_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/parameter_stripping_spec.rb b/spec/integration/parameter_stripping_spec.rb index b910062a9..7e3c0adc2 100644 --- a/spec/integration/parameter_stripping_spec.rb +++ b/spec/integration/parameter_stripping_spec.rb @@ -3,7 +3,7 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "When handling bad requests" do - if RUBY_VERSION.to_f >= 1.9 + if RUBY_VERSION == '1.9.3' it 'should return a 404 for GET requests to a malformed request URL' do get 'request/228%85' |