Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Jun 1, 2016
2 parents a766603 + 1b4bdbf commit 8192c1c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/tests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'language'}.to_json, headers: {})
end
it 'test language' do
Expand Down Expand Up @@ -55,7 +55,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'morphology/complete'}.to_json, headers: {})
end
it 'test morphology complete' do
Expand All @@ -77,7 +77,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'morphology/compound-components'}.to_json, headers: {})
end
it 'test morphology compound components' do
Expand All @@ -99,7 +99,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'morphology/han-readings'}.to_json, headers: {})
end
it 'test morphology han readings' do
Expand All @@ -121,7 +121,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'morphology/parts-of-speech'}.to_json, headers: {})
end
it 'test morphology parts of speech' do
Expand All @@ -143,7 +143,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'morphology/lemmas'}.to_json, headers: {})
end
it 'test morphology lemmas' do
Expand All @@ -165,7 +165,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'entities'}.to_json, headers: {})
end
it 'test entities' do
Expand All @@ -188,7 +188,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'entities/linked'}.to_json, headers: {})
end
it 'test entities linked' do
Expand Down Expand Up @@ -218,7 +218,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'categories'}.to_json, headers: {})
end
it 'test categories' do
Expand All @@ -240,7 +240,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'relationships'}.to_json, headers: {})
end
it 'test relationships' do
Expand All @@ -262,7 +262,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'name-translation'}.to_json, headers: {})
end
it 'test name translation' do
Expand All @@ -289,7 +289,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'name-similarity'}.to_json, headers: {})
end
it 'test name similarity' do
Expand Down Expand Up @@ -325,7 +325,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'tokens'}.to_json, headers: {})
end
it 'test tokens' do
Expand All @@ -347,7 +347,7 @@
'User-Agent' => 'Ruby',
'X-Rosetteapi-Key' => '0123456789',
'X-Rosetteapi-Binding' => 'ruby',
'X-Rosetteapi-Binding-Version' => '1.0.2'}).
'X-Rosetteapi-Binding-Version' => '1.1.0'}).
to_return(status: 200, body: {'test': 'sentences'}.to_json, headers: {})
end
it 'test sentences' do
Expand Down

0 comments on commit 8192c1c

Please sign in to comment.