spec/spec_helper.rb in rails-auth-3.1.0 vs spec/spec_helper.rb in rails-auth-3.2.0

- old
+ new

@@ -1,9 +1,6 @@ # frozen_string_literal: true -require "coveralls" -Coveralls.wear! - $LOAD_PATH.unshift File.expand_path("../lib", __dir__) require "rails/auth" require "rails/auth/rspec" require "support/create_certs" require "support/claims_matcher"