diff options
author | Benjamin Fleischer <github@benjaminfleischer.com> | 2017-02-05 19:00:18 -0600 |
---|---|---|
committer | Benjamin Fleischer <github@benjaminfleischer.com> | 2017-02-05 19:00:18 -0600 |
commit | c8b5d828e7abbbbcf1f0854896453e8b29ab5d42 (patch) | |
tree | a182ea45e2deb6e23da9b5ed3d88bd1cb197abec /actionpack/test/dispatch | |
parent | b9ae7481fd5653fc6430148f06e0fca27317829e (diff) | |
download | rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.tar.gz rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.tar.bz2 rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.zip |
Correct spelling
```
go get -u github.com/client9/misspell/cmd/misspell
misspell -w -error -source=text .
```
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r-- | actionpack/test/dispatch/static_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/static_test.rb b/actionpack/test/dispatch/static_test.rb index d8bc96e3e0..bd8318f5f6 100644 --- a/actionpack/test/dispatch/static_test.rb +++ b/actionpack/test/dispatch/static_test.rb @@ -163,7 +163,7 @@ module StaticTests assert_equal file_name, env["PATH_INFO"] end - def test_serves_gzip_with_propper_content_type_fallback + def test_serves_gzip_with_proper_content_type_fallback file_name = "/gzip/foo.zoo" response = get(file_name, "HTTP_ACCEPT_ENCODING" => "gzip") assert_gzip file_name, response |