Sha256: d875074a23bb5f9e27684c1c5a5a5834bb957fb5e05cf5ea81466b2d994223df
Contents?: true
Size: 399 Bytes
Versions: 7
Compression:
Stored size: 399 Bytes
Contents
require 'spec_helper' describe Storey, '#schema_search_path_for' do context 'given a search path that is one of the persistent schemas' do Storey.persistent_schemas = %w(halla) Storey.schema_search_path_for('bola,halla').should == 'bola,halla' Storey.schema_search_path_for('halla').should == 'halla' Storey.schema_search_path_for('halla,bola').should == 'halla,bola' end end
Version data entries
7 entries across 7 versions & 1 rubygems