Skip to content

Commit

Permalink
Adopt rspec to use with chef
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmonaut-ok committed Jul 13, 2016
1 parent 87a8971 commit 91a24bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rspec-mode.el
Expand Up @@ -813,6 +813,7 @@ or a cons (FILE . LINE), to run one example."
(error "Could not determine the project root."))
((file-exists-p (expand-file-name "Rakefile" directory)) directory)
((file-exists-p (expand-file-name "Gemfile" directory)) directory)
((file-exists-p (expand-file-name "Berksfile" directory)) directory)
(t (rspec-project-root (file-name-directory (directory-file-name directory)))))))

(defun rspec--include-fg-syntax-methods-p ()
Expand Down

0 comments on commit 91a24bc

Please sign in to comment.