Add missing encoding statements
This commit is contained in:
parent
e2d570c837
commit
2c47c951ec
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
module Mutant
|
||||
class Mutator
|
||||
class Node
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Mutant::Subject::Method::Instance do
|
||||
|
|
Loading…
Reference in a new issue