publican_creators 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/spec/spec_helper.rb DELETED
@@ -1,16 +0,0 @@
1
- require 'coveralls'
2
- require 'simplecov'
3
- require 'fileutils'
4
- Coveralls.wear!
5
-
6
- SimpleCov.formatter = Coveralls::SimpleCov::Formatter
7
- SimpleCov.start do
8
- add_filter '.yardoc'
9
- add_filter 'config'
10
- add_filter 'doc'
11
- add_filter 'docs'
12
- add_filter 'pkg'
13
- add_filter 'vendor'
14
- end
15
-
16
- require 'lib_spec'