Skip to content

Commit

Permalink
fixed slot_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Andreev committed Apr 28, 2008
1 parent 0b43266 commit 9683d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/strokedb/document/slot_spec.rb
Expand Up @@ -58,7 +58,7 @@
it "should store Time object" do
t = Time.now
@slot.value = t
@slot.value.should == be_close(t, 0.000002)
@slot.value.should be_close(t, 0.000002)
@slot.to_raw.should match(XMLSCHEMA_TIME_RE)
end

Expand Down

0 comments on commit 9683d13

Please sign in to comment.