thoughtbot / shoulda-matchers

Simple one-liner tests for common Rails functionality
https://matchers.shoulda.io
MIT License
3.51k stars 912 forks source link

feat: Implement `of_sql_type` qualifier on `have_db_column` matcher #1555

Closed matsales28 closed 1 year ago

matsales28 commented 1 year ago

Closes #1432

This commit intends to implement the of_sql_type qualifier on the have_db_column matcher. The implementation is quite simple and follows the pattern of the HaveDbColumnMatcher class.

vsppedro commented 1 year ago

LGTM!