Sha256: 8944d5dac162e5ed865c24dd18f444b401ed1a22d1337ed23469527179f41354
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
require 'spec_helper' describe ArubaDoubles::History do #TODO: Add examples to test the transactional stuff with PStore! it 'should initialize a PStore with the filename' do PStore.should_receive(:new).with('history.pstore') ArubaDoubles::History.new('history.pstore') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aruba-doubles-1.2.0 | spec/aruba-doubles/history_spec.rb |