spec/unit/html/fragment/initialize_spec.rb in html-0.1.1 vs spec/unit/html/fragment/initialize_spec.rb in html-0.1.2
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: UTF-8
+
require 'spec_helper'
# NOTE: This will move to class_methods/new_spec.rb with mutant-0.3.0!
describe HTML::Fragment, '#initialize' do
let(:object) { described_class }