Add missing encoding tags

This commit is contained in:
Dan Kubb 2013-09-08 22:37:07 -07:00
parent 911e8756ee
commit b64ff4e6a8
6 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# encoding: utf-8
module Mutant
class CLI
# Abstract base class for strategy builders

View file

@ -1,3 +1,5 @@
# encoding: utf-8
module Mutant
class Matcher
# Matcher filter

View file

@ -1,3 +1,5 @@
# encoding: utf-8
module Mutant
# Abstract base class for predicates used to filter subjects / mutations
class Predicate

View file

@ -1,3 +1,5 @@
# encoding: utf-8
require 'spec_helper'
describe Mutant::CLI::Builder::Rspec do

View file

@ -1,3 +1,5 @@
# encoding: utf-8
require 'spec_helper'
describe Mutant::Matcher::Filter do

View file

@ -1,3 +1,5 @@
# encoding: utf-8
require 'spec_helper'
filter_helpers = proc do