Sha256: b7c55e413500b5daaf2c96cfa5da3ad2b05cedb8b2d481cf9f386e8995276648

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

require 'spec_helper'

describe ActiveRecordAuditor do
  it 'has a version number' do
    expect(ActiveRecordAuditor::VERSION).not_to be nil
  end

  it 'builds the appropriate audit table' do
    expect(false).to eq(true)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active_record_auditor-0.2.1 spec/active_record_auditor_spec.rb
active_record_auditor-0.2.0 spec/active_record_auditor_spec.rb
active_record_auditor-0.1.9 spec/active_record_auditor_spec.rb
active_record_auditor-0.1.8 spec/active_record_auditor_spec.rb
active_record_auditor-0.1.7 spec/active_record_auditor_spec.rb
active_record_auditor-0.1.6 spec/active_record_auditor_spec.rb