calabash-cucumber 0.9.94 → 0.9.95
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/calabash-cucumber/core.rb +5 -3
- data/lib/calabash-cucumber/version.rb +1 -1
- metadata +2 -2
@@ -188,7 +188,7 @@ module Calabash
|
|
188
188
|
{:titleForRow => i},
|
189
189
|
{:forComponent => comp}]).first
|
190
190
|
end
|
191
|
-
|
191
|
+
texts[comp] << txt
|
192
192
|
end
|
193
193
|
end
|
194
194
|
texts
|
@@ -270,7 +270,7 @@ module Calabash
|
|
270
270
|
file_name = "#{file_name}_#{os}_#{device}.base64"
|
271
271
|
system("/usr/bin/plutil -convert binary1 -o _recording_binary.plist _recording.plist")
|
272
272
|
system("openssl base64 -in _recording_binary.plist -out #{file_name}")
|
273
|
-
|
273
|
+
system("rm _recording.plist _recording_binary.plist")
|
274
274
|
file_name
|
275
275
|
end
|
276
276
|
|
@@ -313,7 +313,9 @@ module Calabash
|
|
313
313
|
options[:body] = data.to_json
|
314
314
|
end
|
315
315
|
end
|
316
|
-
make_http_request(options)
|
316
|
+
res = make_http_request(options)
|
317
|
+
res.force_encoding("UTF-8")
|
318
|
+
res
|
317
319
|
end
|
318
320
|
|
319
321
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: calabash-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.95
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cucumber
|