Skip to content

Commit

Permalink
moved percent codec
Browse files Browse the repository at this point in the history
  • Loading branch information
washu committed Feb 26, 2011
1 parent 16fd9cd commit 3012ea6
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,10 +1,10 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require File.expand_path(File.dirname(__FILE__) + '../../spec_helper')

# percent encode aka URL encoding
module Owasp
module Esapi
module Codec
describe PrecentCodec do
describe PercentCodec do
let (:codec) { Owasp::Esapi::Codec::PercentCodec.new }

it "should decode %3c as <" do
Expand Down

0 comments on commit 3012ea6

Please sign in to comment.