Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Skip encoding spec on windows #241

Merged
merged 1 commit into from
Sep 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/rspec/support/differ_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def differ_ivars
expect(diff).to be_empty
end

it 'copes with encoded strings' do
it 'copes with encoded strings', :skip => RSpec::Support::OS.windows? do
expected = "Tu avec carte {count} item has\n".encode('UTF-16LE')
actual = "Tu avec carté {count} itém has\n".encode('UTF-16LE')
expected_diff = <<-EOD.encode('UTF-16LE')
Expand Down