Commit 9be73ce
Tom Johnson
Relax testing of graph handing in Queryable specs
`Queryable` shared examples failed for `Graph`s with a non-default graph
name. They required the graph to retain the query pattern's
`graph_name`, which is undesirable behavior. Instead `Graph` replaces
the provided `graph_name` with its own, when querying, mimicking its
behavior on write operations.
This relaxes the specs to allow for the special case of a queryable
scoped in this way.1 parent 4af8ed5 commit 9be73ce
1 file changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | | - | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
101 | | - | |
102 | | - | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
107 | | - | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments