Commit 708341c
Changed files (3)
lib/saml/kit/xml_templatable.rb
@@ -3,7 +3,7 @@
module Saml
module Kit
module XmlTemplatable
- TEMPLATES_DIR=Pathname.new(File.join(__dir__, 'builders/templates/'))
+ TEMPLATES_DIR = Pathname.new(File.join(__dir__, 'builders/templates/'))
include ::Xml::Kit::Templatable
def template_path
spec/support/ruby_prof.rb
@@ -8,7 +8,7 @@ module RubyProfiler
yield
end
printer = RubyProf::CallTreePrinter.new(result)
- printer.print(path: "tmp/profile/", profile: Time.now.utc.iso8601)
+ printer.print(path: 'tmp/', profile: Time.now.utc.iso8601)
end
end
saml-kit.gemspec
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec-benchmark', '~> 0.3'
spec.add_development_dependency 'rubocop', '~> 0.52'
spec.add_development_dependency 'rubocop-rspec', '~> 1.22'
+ spec.add_development_dependency 'ruby-prof'
spec.add_development_dependency 'simplecov', '~> 0.15'
spec.add_development_dependency 'webmock', '~> 3.1'
- spec.add_development_dependency 'ruby-prof'
end