.simplecov in pdd-0.2.2 vs .simplecov in pdd-0.2.3
- old
+ new
@@ -1,6 +1,6 @@
-# coding: utf-8
+# encoding: utf-8
#
# Copyright (c) 2014 TechnoPark Corp.
# Copyright (c) 2014 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -29,6 +29,6 @@
]
SimpleCov.start do
add_filter "/test/"
add_filter "/features/"
minimum_coverage 100
-end
\ No newline at end of file
+end