Hide
In Ruby 1.9, certain magic around character encoding detection was removed, which requires files to explicitly declare encodings (by putting "# encoding: UTF-8" at the head of all problem files). As yet, this only is a problem for four spec files:
spec/lib/blacklight_marc_spec.rb
spec/lib/marc_citation_spec.rb
spec/models/record_mailer_spec.rb
spec/models/solr_document_spec.rb
Show
In Ruby 1.9, certain magic around character encoding detection was removed, which requires files to explicitly declare encodings (by putting "# encoding: UTF-8" at the head of all problem files). As yet, this only is a problem for four spec files:
spec/lib/blacklight_marc_spec.rb
spec/lib/marc_citation_spec.rb
spec/models/record_mailer_spec.rb
spec/models/solr_document_spec.rb