We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed1eae commit ccc74cdCopy full SHA for ccc74cd
2 files changed
lib/dandelionapi/version.rb
@@ -1,5 +1,5 @@
1
# encoding: UTF-8
2
3
module Dandelionapi
4
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
5
end
spec/sentiment_analysis_spec.rb
@@ -25,7 +25,6 @@
25
response = element.analyze(
26
text: "Mio padre che mi spinge a mangiare e guai se non finisco mio padre che vuol farmi guidare mi frena con il fischio"
27
)
28
- puts response.inspect
29
expect(response).not_to be_empty
30
expect(response["sentiment"]).not_to be_empty
31
expect(response["sentiment"]["score"]).to be >= -1.0
0 commit comments