This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def differ_ivars
155
155
expect ( diff ) . to be_diffed_as ( expected_diff )
156
156
end
157
157
158
- it 'uses the default external encoding when the two strings have incompatible encodings' , :failing_on_appveyor do
158
+ it 'uses the default external encoding when the two strings have incompatible encodings' do
159
159
expected = "Tu avec carte {count} item has\n "
160
160
actual = "Tu avec carté {count} itém has\n " . encode ( 'UTF-16LE' )
161
161
expected_diff = "\n @@ #{ one_line_header } @@\n -Tu avec carte {count} item has\n +Tu avec carté {count} itém has\n "
@@ -312,7 +312,7 @@ def inspect; "<BrokenObject>"; end
312
312
end
313
313
end
314
314
315
- it 'outputs unified diff message of two hashes with differing encoding' , :failing_on_appveyor do
315
+ it 'outputs unified diff message of two hashes with differing encoding' do
316
316
expected_diff = dedent ( <<-"EOD" )
317
317
|
318
318
|@@ #{ one_line_header } @@
@@ -325,7 +325,7 @@ def inspect; "<BrokenObject>"; end
325
325
expect ( diff ) . to be_diffed_as ( expected_diff )
326
326
end
327
327
328
- it 'outputs unified diff message of two hashes with encoding different to key encoding' , :failing_on_appveyor do
328
+ it 'outputs unified diff message of two hashes with encoding different to key encoding' do
329
329
expected_diff = dedent ( <<-"EOD" )
330
330
|
331
331
|@@ #{ one_line_header } @@
You can’t perform that action at this time.
0 commit comments