Sha256: 70f8454b218d6375af3c1bd6452dda2087c07bd0285a64718ef84fdb050d06da
Contents?: true
Size: 288 Bytes
Versions: 9
Compression:
Stored size: 288 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "the PostgreSQL database" do after do ActiveRecord::Base.connection.reconnect! end it "has an audit log table" do ActiveRecord::Base.connection.table_exists?("audit_log").should be_true end end
Version data entries
9 entries across 9 versions & 1 rubygems