Skip to content

Commit

Permalink
Merge branch 'master' into new-views
Browse files Browse the repository at this point in the history
* master:
  fixed slot_spec
  • Loading branch information
Oleg Andreev committed Apr 28, 2008
2 parents b5804b7 + 9683d13 commit 7e38a8f
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 7e38a8f

Please sign in to comment.