Add rspec to ruby mode

This commit is contained in:
Maciej Szlosarczyk 2017-08-23 16:36:58 +03:00
parent bfeb3a7f83
commit f4c93cc2bf
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
3 changed files with 10 additions and 2 deletions

View file

@ -187,6 +187,10 @@
(package-refresh-contents)
(package-install 'robe))
(unless (package-installed-p 'rspec-mode)
(package-refresh-contents)
(package-install 'rspec-mode))
; Web mode for editing erb
(unless (package-installed-p 'web-mode)
(package-refresh-contents)