@@ -226,17 +226,17 @@ The command that will be used is defined by `rspec-docker-command'."
226226
227227(defcustom rspec-use-vagrant-when-possible nil
228228 " When t and Vagrant file is present, run specs inside Vagrant box.
229- Use shell command ' vagrant ssh -c'."
229+ Use shell command ` vagrant ssh -c'."
230230 :type 'boolean
231231 :group 'rspec-mode )
232232
233233(defcustom rspec-use-zeus-when-possible t
234- " When t and .zeus.sock is present, run specs with ' zeus'."
234+ " When t and .zeus.sock is present, run specs with ` zeus' ."
235235 :type 'boolean
236236 :group 'rspec-mode )
237237
238238(defcustom rspec-use-spring-when-possible t
239- " When t and spring.pid is present, run specs with ' spring'."
239+ " When t and spring.pid is present, run specs with ` spring' ."
240240 :type 'boolean
241241 :group 'rspec-mode )
242242
@@ -285,7 +285,7 @@ info, are considered errors."
285285
286286(defcustom rspec-expose-dsl-globally nil
287287 " Defines whether the RSpec DSL is assumed to be exposed globally.
288- If t, prepend snippets at the top level with ' RSpec.'."
288+ If t, prepend snippets at the top level with ` RSpec.' ."
289289 :type 'boolean
290290 :group 'rspec-mode )
291291
@@ -524,7 +524,7 @@ in long-running test suites."
524524 (rspec-core-options)))
525525
526526(defun rspec-verify-all ()
527- " Run the ' spec' rake task for the project of the current file."
527+ " Run the ` spec' rake task for the project of the current file."
528528 (interactive )
529529 (rspec-run (rspec-core-options)))
530530
0 commit comments