Sha256: 4a89c16821306a4bd99529a3fede7737ef65b91e00b7afc6d1e0ca03a76f17b6

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

require 'rails_helper'

module BetterRecord
  RSpec.describe TableSize, type: :model do
    describe 'Attributes' do
      #          event_id: :integer, required
      #       schema_name: :text, required
      #        table_name: :text, required
      #             relid: :oid, required
      # session_user_name: :text
      #       app_user_id: :integer
      #     app_user_type: :text
      #    app_ip_address: :inet
      #  action_tstamp_tx: :datetime, required
      # action_tstamp_stm: :datetime, required
      # action_tstamp_clk: :datetime, required
      #    transaction_id: :integer
      #  application_name: :text
      #       client_addr: :inet
      #       client_port: :integer
      #      client_query: :text
      #            action: :text, required
      #            row_id: :integer
      #          row_data: :hstore
      #    changed_fields: :hstore
      #    statement_only: :boolean, required

      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/logged_action_spec.rb