Remove remaining encoding headers
This commit is contained in:
parent
706f596a57
commit
3654ba010d
7 changed files with 0 additions and 12 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
# encoding: utf-8
|
||||
|
||||
trap('INT') do |status|
|
||||
exit! 128 + status
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# encoding: UTF-8
|
||||
require 'rspec/core'
|
||||
require 'rspec/core/formatters/base_text_formatter'
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
module Mutant
|
||||
module Meta
|
||||
class Example
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
module Mutant
|
||||
class Mutator
|
||||
class Node
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
module Mutant
|
||||
class Mutator
|
||||
class Node
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
module Mutant
|
||||
# Stream filter for warnings
|
||||
class WarningFilter
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
class MutationVerifier
|
||||
include Adamantium::Flat, Concord.new(:original_node, :expected, :generated)
|
||||
|
||||
|
|
Loading…
Reference in a new issue