From 44f98be317149e2d04840cd194dd652112ef2637 Mon Sep 17 00:00:00 2001 From: Manoj M J Date: Fri, 8 Feb 2019 14:24:07 +0530 Subject: [PATCH] fix --- spec/cleaner_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/cleaner_spec.rb b/spec/cleaner_spec.rb index cc78c3a8a..355ef0577 100644 --- a/spec/cleaner_spec.rb +++ b/spec/cleaner_spec.rb @@ -55,7 +55,7 @@ def id end end a = Macaron.new - expect(subject.clean_object(a)).to eq(a.id.to_s) + expect(subject.clean_object(a)).to eq(a.id) end it "cleans up binary strings properly" do