Add Account Model specs (#341)

This commit is contained in:
Karthik Sivadas
2019-12-03 10:09:45 +05:30
committed by Sojan Jose
parent 6ca403542d
commit c758c13ffb
4 changed files with 27 additions and 3 deletions
@@ -0,0 +1,5 @@
class AddNotNullConstraintToAccountName < ActiveRecord::Migration[6.0]
def change
change_column_null :accounts, :name, false
end
end