spec/lib/chamber_spec.rb in chamber-2.9.1 vs spec/lib/chamber_spec.rb in chamber-2.10.0

- old
+ new

@@ -1,11 +1,10 @@ # frozen_string_literal: true require 'rspectacular' require 'chamber' require 'fileutils' -# rubocop:disable Metrics/LineLength FileUtils.mkdir_p '/tmp/chamber/settings' unless File.exist? '/tmp/chamber/settings' File.open('/tmp/chamber/settings.yml', 'w+') do |file| file.puts <<-HEREDOC test: @@ -311,6 +310,5 @@ decryption_key: './spec/spec_key') expect(Chamber.test.my_encrpyted_setting).to eql 'hello' end end -# rubocop:enable Metrics/LineLength