attachment_steps.rb
3.74 KB
-
Fix cucumber tests after integer -> bigint conversion · ee144c6e
As before: use `#sql_type` instead of `#type` in the tests. The `#type` is the category -- string, integer, datetime -- but the `#sql_type` is the storage specifics -- `TEXT`, `VARCHAR`, `BIGINT`, `DATE. Switch to the `#sql_type` so we can be sure it's being stored correctly.
Mike Burns committed