spec/lib/bluepill/system_spec.rb in bluepill-0.0.66 vs spec/lib/bluepill/system_spec.rb in bluepill-0.0.67

- old
+ new

@@ -15,15 +15,15 @@ it "should be Hash" do Bluepill::System.store.should be_kind_of(Hash) end it "should return same Hash or every call" do - Bluepill::System.store.should be_equal(Bluepill::System.store) + Bluepill::System.store.should be_equal(Bluepill::System.store) end it "should store assigned pairs" do Bluepill::System.store[:somekey] = 10 - Bluepill::System.store[:somekey].should be_eql(10) + Bluepill::System.store[:somekey].should be_eql(10) end end describe :reset_data do it 'should clear the #store' do