spec/spec_helper.rb in thousand_island-0.0.1 vs spec/spec_helper.rb in thousand_island-0.1.0
- old
+ new
@@ -1,7 +1,8 @@
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
+require 'pdf/inspector'
require 'thousand_island'
RSpec.configure do |config|
if config.files_to_run.one?
config.default_formatter = 'doc'