Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
remove unneeded test - Issue #687
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Nov 11, 2015
1 parent ad3581e commit a4fe6e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/integration/session_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,6 @@
expect(request_uri).to eq('/poltergeist/arbitrary_path/200/foo?a%5Bb%5D=c')
end

it 'supports allowed characters' do
@session.visit '/poltergeist/arbitrary_path/200/foo?a[b]=c'
expect(request_uri).to eq('/poltergeist/arbitrary_path/200/foo?a%5Bb%5D=c')
end

it 'supports url in parameter' do
@session.visit "/poltergeist/arbitrary_path/200/foo%20asd?a=http://example.com/asd%20asd"
expect(request_uri).to eq('/poltergeist/arbitrary_path/200/foo%20asd?a=http://example.com/asd%20asd')
Expand Down

0 comments on commit a4fe6e3

Please sign in to comment.