diff options
| author | Louise Crow <louise.crow@gmail.com> | 2015-05-14 17:15:42 +0100 |
|---|---|---|
| committer | Louise Crow <louise.crow@gmail.com> | 2015-05-15 16:25:25 +0100 |
| commit | 495f82365ccd374d5b33339abce356f3a3662295 (patch) | |
| tree | 75ca5255b535c9fc3d78cf1691af2269e35e4d63 | |
| parent | f198ca6944cb5ad5b81efbe42233837b8b773fbb (diff) | |
Fix typo
| -rw-r--r-- | spec/lib/basic_encoding_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/basic_encoding_spec.rb b/spec/lib/basic_encoding_spec.rb index da5acf361..861302400 100644 --- a/spec/lib/basic_encoding_spec.rb +++ b/spec/lib/basic_encoding_spec.rb @@ -103,7 +103,7 @@ end describe "convert_string_to_utf8_or_binary" do - describe "when passed uniterpretable character data" do + describe "when passed uninterpretable character data" do it "should return it as a binary string" do |
