Sha256: ecd96288b6d806dd3d8b792e4c5c7fbd8fb1e3cccd00757f0ecdc39e19a496ca

Contents?: true

Size: 357 Bytes

Versions: 2

Compression:

Stored size: 357 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
require 'couch-migrate'
require 'pathname'
require_relative 'shared_persisted_list'

describe CouchMigrate::FilePersistedList do

  it_should_behave_like "a_persisted_list" do
    let(:path){ Pathname.new("spec/tmp") }
    subject { CouchMigrate::FilePersistedList.new(path) }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
couch-migrate-2.0.2 spec/couch_migrate/file_persisted_list_spec.rb
couch-migrate-1.1.3 spec/couch_migrate/file_persisted_list_spec.rb