Sha256: af8006fe0bce58008eee051854ec7d6da8a2826fdd213f6c981f1469d0320e80

Contents?: true

Size: 240 Bytes

Versions: 13

Compression:

Stored size: 240 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "Connection" do

  it "should re-open without failure" do
    expect {
      ActiveRecord::Base.establish_connection :schema_dev
    }.to_not raise_error
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
schema_plus-1.8.9 spec/connection_spec.rb
schema_plus-1.8.8 spec/connection_spec.rb
schema_plus-1.8.7 spec/connection_spec.rb
schema_plus-2.0.0.pre2 spec/connection_spec.rb
schema_plus-1.8.6 spec/connection_spec.rb
schema_plus-2.0.0.pre1 spec/connection_spec.rb
schema_plus-1.8.5 spec/connection_spec.rb
schema_plus-1.8.4 spec/connection_spec.rb
schema_plus-1.8.3 spec/connection_spec.rb
schema_plus-1.8.2 spec/connection_spec.rb
schema_plus-1.8.1 spec/connection_spec.rb
schema_plus-1.8.0 spec/connection_spec.rb
schema_plus-1.7.1 spec/connection_spec.rb