]> git.eshelyaron.com Git - emacs.git/commit
Fix Flymake's ruby-mode tests when user has "rubocop" installed
authorJoão Távora <joaotavora@gmail.com>
Mon, 21 May 2018 18:23:29 +0000 (19:23 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 21 May 2018 18:23:42 +0000 (19:23 +0100)
commitf21db9e1206f830ee5e991a26f9e30056f68efb8
tree102c1de331513238a016d191fbf9f76a22653c81
parentab37ceb9eecdd20b913d1b2b00d81e8f83e1caf7
Fix Flymake's ruby-mode tests when user has "rubocop" installed

The Flymake test suite fails if the "rubocop" program is installed,
because the ruby-flymake-rubocop backend is selected automatically by
ruby-flymake-auto.  The test was designed for ruby-flymake-simple,
tough, and fails.

* test/lisp/progmodes/flymake-tests.el (ruby-backend): Ensure
this test runs exclusively with the ruby-flymake-simple backend.
test/lisp/progmodes/flymake-tests.el