Sha256: 3f93489274b7a49c9a7f7eab7e0adb221aae5690c976eb85317914bd17cfdd2a

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

describe Settings::DBStore do
  
  before do
    @store = Settings::DBStore.new(Settings::Root.new, Settings)
  end
  
  it 'should save values' do
    @store.set_value('tim', :f00)
    @store.get_value('tim').should == :f00
  end
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
iron-settings-1.0.4 spec/settings/db_store_spec.rb
iron-settings-1.0.3 spec/settings/db_store_spec.rb
iron-settings-1.0.2 spec/settings/db_store_spec.rb
iron-settings-1.0.1 spec/settings/db_store_spec.rb
iron-settings-1.0.0 spec/settings/db_store_spec.rb