spec/blobby/store_behaviour.rb in blobby-1.1.0 vs spec/blobby/store_behaviour.rb in blobby-1.1.1

- old
+ new

@@ -1,6 +1,6 @@ -# encoding: UTF-8 +# frozen_string_literal: true require "spec_helper" require "rspec" @@ -98,10 +98,10 @@ if "Strings".respond_to?(:encoding) context "for UTF-8 content" do - let(:content) { "SN☃WMAN".freeze } + let(:content) { "SN☃WMAN" } before do stored_object.write(content) end