spec/spec_helper.rb in calendarium-romanum-remote-0.1.0 vs spec/spec_helper.rb in calendarium-romanum-remote-0.2.0

- old
+ new

@@ -1,5 +1,8 @@ +require 'simplecov' +SimpleCov.start + # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # The generated `.rspec` file contains `--require spec_helper` which will cause # this file to always be loaded, without a need to explicitly require it in any # files. @@ -101,5 +104,7 @@ require_relative '../lib/calendarium-romanum-remote' REMOTE_CALENDAR_URI = ENV['REMOTE_CALENDAR'] || 'http://calapi.inadiutorium.cz/api/v0/en/calendars/general-en/' + +HTTPI.log = false