Skip to content

Commit

Permalink
Added encoding comment to necessary specs to maintain 1.9.3 compatibi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
eddloschi committed Jan 17, 2014
1 parent 45ccde8 commit d5a893d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/mongoid/giza/index/attribute_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding: utf-8

require "spec_helper"

describe Mongoid::Giza::Index::Attribute do
Expand Down
2 changes: 2 additions & 0 deletions spec/mongoid/giza/index/field_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding: utf-8

require "spec_helper"

describe Mongoid::Giza::Index::Field do
Expand Down

0 comments on commit d5a893d

Please sign in to comment.