Fixes lib string specs

2.0
Fernando Espinosa 12 years ago
parent 0d62fa4c43
commit b315cb2934

@ -49,7 +49,7 @@ describe String do
"number".convert_to_db_type.should == "double precision"
end
it "should convert string to varchar" do
"string".convert_to_db_type.should == "varchar"
"string".convert_to_db_type.should == "text"
end
it "should convert date to timestamp" do
"date".convert_to_db_type.should == "timestamp"
@ -58,4 +58,4 @@ describe String do
"boolean".convert_to_db_type.should == "boolean"
end
end
end
end

Loading…
Cancel
Save