emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 5ae6149a15 211/265: Merge pull request #110 from


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 5ae6149a15 211/265: Merge pull request #110 from ppiotrowicz/master
Date: Sat, 9 Jul 2022 21:59:27 -0400 (EDT)

branch: elpa/inf-ruby
commit 5ae6149a15068d3e2f83a5bd08e9cd7605f75fa9
Merge: 674a2a837f 2fa228f756
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #110 from ppiotrowicz/master
    
    Add minitest-compilation-mode to Ruby compilation modes
---
 inf-ruby.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 271eec5d7d..9d3d8a0d7b 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -884,7 +884,8 @@ Gemfile, it should use the `gemspec' instruction."
   "Check if MODE is a Ruby compilation mode."
   (member mode '(rspec-compilation-mode
                  ruby-compilation-mode
-                 projectile-rails-server-mode)))
+                 projectile-rails-server-mode
+                 minitest-compilation-mode)))
 
 ;;;###autoload
 (defun inf-ruby-auto-enter ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]