diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2017-01-02 00:14:31 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2017-01-02 00:14:31 -0700 |
| commit | 7f5a490ec864335f49b5b9302be52b7cbf244089 (patch) | |
| tree | 0267f60b85c977e3f3a7d9aeaab36acaa61de559 /test/paths_test.rb | |
| parent | e138ec3227e7f0cce7f042413644f8f7efb1a464 (diff) | |
rename posixfy to posixify (alias old method)
Diffstat (limited to 'test/paths_test.rb')
| -rw-r--r-- | test/paths_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/paths_test.rb b/test/paths_test.rb index ab66e4cc..98580f37 100644 --- a/test/paths_test.rb +++ b/test/paths_test.rb @@ -88,7 +88,7 @@ context 'Path Resolver' do assert_equal 'assets/images', @resolver.web_path(nil, 'assets/images') end - test 'posixfies windows paths' do + test 'posixifies windows paths' do assert_equal '/images', @resolver.web_path('\\images') assert_equal '../images', @resolver.web_path('..\\images') assert_equal '/images', @resolver.web_path('\\..\\images') @@ -202,7 +202,7 @@ context 'Path Resolver' do assert_equal "#{JAIL}/assets/images", @resolver.system_path('', '../assets/images', JAIL) end - test 'posixfies windows paths' do + test 'posixifies windows paths' do assert_equal "#{JAIL}/assets/css", @resolver.system_path('..\\css', 'assets\\stylesheets', JAIL) end |
