spec/spec_helper.rb in prawn-icon-1.2.0 vs spec/spec_helper.rb in prawn-icon-1.3.0
- old
+ new
@@ -1,9 +1,13 @@
# encoding: utf-8
#
# Copyright October 2014, Jesse Doyle. All rights reserved.
#
# This is free software. Please see the LICENSE and COPYING files for details.
+#
+#
+require 'simplecov'
+SimpleCov.start
require "bundler"
Bundler.setup
require "prawn/icon"
\ No newline at end of file