Bug 19262: Remove xt/author/pod_spell.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Sep 2017 13:42:28 +0000 (10:42 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Sep 2017 14:30:07 +0000 (11:30 -0300)
commit35e3de845c591958d66c6602940453f2a803a7ee
tree31bce1f43943ef5680bd1a81583e61819d61bc6e
parentf8502b0d197bab4b4966e9e02253d30f7fcf29f8
Bug 19262: Remove xt/author/pod_spell.t

If you run `prove xt/author/pod_spell.t` without having Test::Spelling installed, it will skip the tests.

If you install the lib-test-spelling-perl, the test will fail:
xt/author/pod_spell.t .. You said to run 0 tests at xt/author/pod_spell.t line 21.
xt/author/pod_spell.t .. Dubious, test returned 25 (wstat 6400, 0x1900)
No subtests run

This is because the call to all_pod_files_spelling_ok is expecting a path

If we try to fix it with adding "." as parameter, the tests will raise tone of errors.

Let's remove this file

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
xt/author/pod_spell.t [deleted file]