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
|
module Mutant
|
||||||
class Mutator
|
class Mutator
|
||||||
class Node
|
class Node
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# encoding: UTF-8
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe Mutant::Subject::Method::Instance do
|
describe Mutant::Subject::Method::Instance do
|
||||||
|
|
Loading…
Add table
Reference in a new issue