Skip to content

Commit

Permalink
Merge pull request #46 from asok/rspec-args-reorder
Browse files Browse the repository at this point in the history
Pass filenames at the end of command.
  • Loading branch information
pezra committed Feb 19, 2013
2 parents f5281ed + 4149ed9 commit 24ee150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rspec-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,9 @@
(rvm-activate-corresponding-ruby))
(rspec-from-project-root
(let ((compilation-scroll-output t))
(compile (mapconcat 'identity `(,(rspec-runner) ,a-file-or-dir
,(rspec-runner-options opts)) " ")
(compile (mapconcat 'identity `(,(rspec-runner)
,(rspec-runner-options opts)
,a-file-or-dir) " ")
'rspec-compilation-mode))))

(defvar rspec-compilation-mode-font-lock-keywords
Expand Down

0 comments on commit 24ee150

Please sign in to comment.