Sha256: 4a7d6fcb533779ce88457ce7571766f2d1f1ff4de8ec468360bc777c67d77f80
Contents?: true
Size: 367 Bytes
Versions: 9
Compression:
Stored size: 367 Bytes
Contents
require 'spec_helper' describe Internals::Index::File::Basic do before(:each) do @file = described_class.new "some/cache/path/to/file" end describe "backup_file_path_of" do it "returns a backup path relative to the path" do @file.backup_file_path_of('some/path/to/some.index').should == 'some/path/to/backup/some.index' end end end
Version data entries
9 entries across 9 versions & 1 rubygems