Add missing encoding statements

This commit is contained in:
Markus Schirp 2013-12-07 19:07:18 +01:00
parent e2d570c837
commit 2c47c951ec
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# encoding: UTF-8
module Mutant
class Mutator
class Node

View file

@ -1,3 +1,5 @@
# encoding: UTF-8
require 'spec_helper'
describe Mutant::Subject::Method::Instance do