Sha256: efcd1a0e704e93282095ef00afdfd23ba6008911d6e5a4bdd81bdf2f039778fd
Contents?: true
Size: 698 Bytes
Versions: 1
Compression:
Stored size: 698 Bytes
Contents
require 'rails_helper' module BetterRecord RSpec.describe TableSize, type: :model do describe 'Attributes' do # oid: :integer, required # schema: :string # name: :string # apx_row_count: :float # total_bytes: :integer # idx_bytes: :integer # toast_bytes: :integer # tbl_bytes: :integer # total: :text # idx: :text # toast: :text # tbl: :text pending "add some examples to (or delete) #{__FILE__} Attributes" end describe 'Associations' do pending "add some examples to (or delete) #{__FILE__} Attributes" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
better_record-0.2.0 | spec/models/better_record/table_size_spec.rb |