Remove remaining encoding headers

This commit is contained in:
Markus Schirp 2014-08-10 21:33:44 +00:00
parent 706f596a57
commit 3654ba010d
7 changed files with 0 additions and 12 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# encoding: utf-8
trap('INT') do |status|
exit! 128 + status

View file

@ -1,4 +1,3 @@
# encoding: UTF-8
require 'rspec/core'
require 'rspec/core/formatters/base_text_formatter'

View file

@ -1,5 +1,3 @@
# encoding: UTF-8
module Mutant
module Meta
class Example

View file

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

View file

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

View file

@ -1,5 +1,3 @@
# encoding: UTF-8
module Mutant
# Stream filter for warnings
class WarningFilter

View file

@ -1,5 +1,3 @@
# encoding: UTF-8
class MutationVerifier
include Adamantium::Flat, Concord.new(:original_node, :expected, :generated)