Sha256: 1d9b0ab944debcea583d6ffb28a74ada58131ee00a8ba6c895d5cba77d41b57c
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
require 'test_helper' class <%= class_name %>Test < ActiveSupport::TestCase <% for attribute in attributes -%> should_have_db_column :<%= attribute.name %> <% end -%> end
Version data entries
2 entries across 2 versions & 1 rubygems