diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-05-13 17:07:46 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2020-05-13 23:22:06 +0300 |
| commit | f650faecf699e4b4659374cf5a949f6927feff3e (patch) | |
| tree | db6151de1032f38b00749cc5c1f12926fd160cb7 /test | |
| parent | 768f0570cad57b6885c4472df803906d097cbc1a (diff) | |
Fix whitespace
Diffstat (limited to 'test')
| -rw-r--r-- | test/projectile-test.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/projectile-test.el b/test/projectile-test.el index dbf99f6..4584cb5 100644 --- a/test/projectile-test.el +++ b/test/projectile-test.el @@ -150,11 +150,11 @@ You'd normally combine this with `projectile-test-with-sandbox'." (spy-on 'projectile-project-root :and-return-value "/path/to/project") (spy-on 'projectile-project-name :and-return-value "project") (spy-on 'projectile-project-ignored-files :and-return-value '("foo.js" "bar.rb")) - (let ((files'("/path/to/project/TAGS" - "/path/to/project/foo.js" - "/path/to/project/bar.rb" - "/path/to/project/file1.log" - "/path/to/project/file2.log")) + (let ((files '("/path/to/project/TAGS" + "/path/to/project/foo.js" + "/path/to/project/bar.rb" + "/path/to/project/file1.log" + "/path/to/project/file2.log")) (projectile-ignored-files '("TAGS" "file\d+\\.log"))) (expect (projectile-ignored-files) :not :to-equal files) (expect (projectile-ignored-files) :to-equal '("/path/to/project/TAGS" |
