publican_creators 1.1.1 → 1.2.5

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