spec/eotb_spec.rb in eotb-0.4.5 vs spec/eotb_spec.rb in eotb-0.4.6

- old
+ new

@@ -2,10 +2,10 @@ describe Eotb do before(:all) do @response = "200" - Eotb.configure("0"*24) + Eotb.configure("0"*40) end it "should format actor in string" do Eotb.hash_format("actor", :actor).should == {"event[actor]" => "actor"} end