Sha256: c22df1bb13feaef43cc92aecd4b66af582c513d9afcfb873f0f69b995d94a62f

Contents?: true

Size: 142 Bytes

Versions: 2

Compression:

Stored size: 142 Bytes

Contents

require 'spec_helper'


describe "Sanity Check" do

  it "database is connected" do
    expect(ActiveRecord::Base).to be_connected
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
schema_plus-2.0.1 spec/sanity_spec.rb
schema_plus-2.0.0 spec/sanity_spec.rb