spec/properties_spec.rb in efo_nelfo-1.3.0 vs spec/properties_spec.rb in efo_nelfo-1.3.1
- old
+ new
@@ -140,10 +140,10 @@
describe "#to_a" do
it "returns array of all attributes in correct order" do
obj.date = Date.new 2012, 5, 30
obj.number = 3
obj.doable = true
- obj.to_a.must_equal ["I am foo", nil, "20120530", 3, "J", "NO"]
+ obj.to_a.must_equal ["I am foo", nil, "20120530", "3", "J", "NO"]
end
end
end