Skip to content

Commit

Permalink
moving all examples to an example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebrero committed Sep 4, 2017
1 parent c07c444 commit 075cfaa
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- "8503:8503"
- "8504:3000"
volumes:
- ../:/app
- ../../:/app
- ./swagger-search:/swagger-config
- ~/.m2:/root/.m2
- ~/.lein:/root/.lein
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- "8503:8503"
- "8504:3000"
volumes:
- ../:/app
- ../../:/app
- ./swagger-search:/swagger-config
- ~/.m2:/root/.m2
- ~/.lein:/root/.lein
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions test/com/ig/swagger/search/indexing_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
(parse-and-index "youtube.json")
"method:put The part parameter specifies a comma-separated list of commentThread resource properties that " 10)

(index/search*
(parse-and-index "magento.json")
"catalog-data-category-tree-interface" 10)

(->>
(index/search*
(parse-and-index "v2_big_example.json")
Expand Down

0 comments on commit 075cfaa

Please sign in to comment.