Skip to content

Commit

Permalink
Minor spec added to LazyMappingArray
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed May 22, 2008
1 parent 831de9b commit 34e5116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/lib/strokedb/util/lazy_mapping_array_spec.rb
Expand Up @@ -166,6 +166,10 @@
@array.should include("1")
@array.should_not include("10")
end

it "should be == to similar non-lazy array" do
@array.should == @original
end

end

0 comments on commit 34e5116

Please sign in to comment.