Created
March 25, 2013 06:33
-
-
Save emsk/5235276 to your computer and use it in GitHub Desktop.
rake notes 探索対象ディレクトリに spec ディレクトリを追加
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class SourceAnnotationExtractor | |
def find_with_custom_directories | |
find_without_custom_directories(%w(app config lib script test spec)) | |
end | |
alias_method_chain(:find, :custom_directories) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment