Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spelling.t skips if no spelling file specified #284

Open
srchulo opened this issue Jan 14, 2020 · 2 comments
Open

spelling.t skips if no spelling file specified #284

srchulo opened this issue Jan 14, 2020 · 2 comments

Comments

@srchulo
Copy link

srchulo commented Jan 14, 2020

spelling.t skips if no spelling switch file is specified:

plan skip_all => "no ~/$spelltest_switchfile" unless -e File::Spec->catfile($ENV{HOME}, $spelltest_switchfile);

But Spellunker loads two dictionaries that come packaged, even if you don't specify your own in $HOME. Would it be possible to remove this skip so that tests could run with the dictionaries that come with the module? An additional dictionary could still be specified in $HOME.

@skaji
Copy link
Collaborator

skaji commented Jan 14, 2020

For the time being, you may create an empty ~/.spellunker.en to run the test:

touch ~/.spellunker.en

@srchulo
Copy link
Author

srchulo commented Jan 14, 2020

@skaji thanks. That's what I'll do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants