spec/spec_helper.rb in saml2-3.0.11 vs spec/spec_helper.rb in saml2-3.1.0
- old
+ new
@@ -1,6 +1,7 @@
# frozen_string_literal: true
+require 'byebug'
require 'saml2'
def fixture(name)
File.read(File.expand_path(File.join(__FILE__, "../fixtures", name)))
end