Skip to content

Commit

Permalink
moving utf-8 encoding line up
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Dec 27, 2013
1 parent e0b31f3 commit b4f9eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/generator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require_relative '../spec_helper'
# encoding: utf-8
require_relative '../spec_helper'

describe DarwinCore::Generator do
subject(:gen) { DarwinCore::Generator.new(dwc_path, tmp_dir) }
Expand Down

0 comments on commit b4f9eea

Please sign in to comment.