소스 검색

Update Mocha documentation (3.5.0)

Thibaut Courouble 8 년 전
부모
커밋
b45fbd14ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/mocha.rb

+ 1 - 1
lib/docs/scrapers/mocha.rb

@@ -1,7 +1,7 @@
 module Docs
   class Mocha < UrlScraper
     self.type = 'mocha'
-    self.release = '3.2.0'
+    self.release = '3.5.0'
     self.base_url = 'https://mochajs.org/'
     self.links = {
       home: 'https://mochajs.org/',