Sha256: eec7e33b7d71d23a5fb8f6947d87a8e2064a499a731171db75b3bd28bccd72a4
Contents?: true
Size: 246 Bytes
Versions: 3
Compression:
Stored size: 246 Bytes
Contents
require 'spec_helper' describe 'Storey', '#default_search_path' do it 'should include the persistent schemas' do Storey.persistent_schemas = %w(hello there) Storey.default_search_path.should == '"$user",public,hello,there' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
storey-0.3.6 | spec/storey/default_search_path_spec.rb |
storey-0.3.5 | spec/storey/default_search_path_spec.rb |
storey-0.3.4 | spec/storey/default_search_path_spec.rb |