Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPRAS API
sdk.ruby
Commits
f91711a0
Commit
f91711a0
authored
May 27, 2015
by
alexlag
Browse files
typo fix
parent
6d1a1be6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_texterra_api.rb
View file @
f91711a0
...
...
@@ -121,7 +121,7 @@ class TestTexterraAPI < Minitest::Test
assert_instance_of
Hash
,
@texterra
.
term_commonness
(
'android'
,
'713:enwiki'
)
end
def
test_neig
n
bours
def
test_neig
h
bours
assert_instance_of
Hash
,
@texterra
.
neighbours
(
'12:enwiki'
)
assert_instance_of
Hash
,
@texterra
.
neighbours
(
'12:enwiki'
,
linkType:
'RELATED'
,
nodeType:
'REGULAR'
,
minDepth:
1
,
maxDepth:
3
)
assert_instance_of
Hash
,
@texterra
.
neighbours
([
'12:enwiki'
,
'713:enwiki'
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment