File tree 3 files changed +10
-3
lines changed
modules/concept-docs/examples
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Run this using dotnet-script: https://github.com/filipw/dotnet-script
2
2
//
3
- // dotnet script Collections.cs
3
+ // dotnet script Collections.csx
4
4
//
5
5
6
- #r "nuget: CouchbaseNetClient, 3.2.0 "
6
+ #r "nuget: CouchbaseNetClient, 3.4.8 "
7
7
8
8
using System ;
9
9
using System . Text ;
Original file line number Diff line number Diff line change @@ -92,4 +92,11 @@ load 'test_helper'
92
92
@test " [howtos] - UserManagementExample.csx" {
93
93
runExample $HOWTOS_DIR UserManagementExample.csx
94
94
assert_success
95
+ }
96
+
97
+ # ## Concept-docs tests
98
+
99
+ @test " [concept-docs] - Collections.csx" {
100
+ runExample $CONCEPT_DOCS_DIR Collections.csx
101
+ assert_success
95
102
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ setup() {
3
3
load ' node_modules/bats-assert/load'
4
4
5
5
HOWTOS_DIR=../modules/howtos/examples
6
- PROJECT_DOCS_DIR =../modules/project -docs/examples
6
+ CONCEPT_DOCS_DIR =../modules/concept -docs/examples
7
7
HELLO_WORLD_DIR=../modules/hello-world/examples
8
8
9
9
BATS_TEST_RETRIES=3
You can’t perform that action at this time.
0 commit comments