Skip to content

Commit

Permalink
Fix typo in spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
dmedvinsky committed Apr 24, 2015
1 parent e05b66f commit 5ff5d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_admin/support/csv_converter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
context 'when encoding to UTF-8' do
let(:encoding) { 'UTF-8' }

it 'exports to UTR-8 with BOM' do
it 'exports to UTF-8 with BOM' do
expect(subject[1]).to eq 'UTF-8'
expect(subject[2].encoding).to eq Encoding::UTF_8
expect(subject[2].unpack('H*').first).
Expand Down

0 comments on commit 5ff5d21

Please sign in to comment.