Sha256: a44ec8e4655dddc0e5a5c627ce7a68171bb3c233f25d25783eeb5132f2ef740f

Contents?: true

Size: 292 Bytes

Versions: 11

Compression:

Stored size: 292 Bytes

Contents

# encoding: utf-8
require 'helper'

describe RemoteTable do
  describe 'used on local files' do
    it "understands relative paths" do
      RemoteTable.new('test/data/color.csv').to_a.must_equal RemoteTable.new(File.expand_path('../../test/data/color.csv', __FILE__)).to_a
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
remote_table-3.3.3 test/test_local.rb
remote_table-3.3.2 test/test_local.rb
remote_table-3.3.0 test/test_local.rb
remote_table-3.2.1 test/test_local.rb
remote_table-3.2.0 test/test_local.rb
remote_table-3.1.0 test/test_local.rb
remote_table-3.0.0 test/test_local.rb
remote_table-3.0.0.rc2 test/test_local.rb
remote_table-3.0.0.rc1 test/test_local.rb
remote_table-3.0.0.beta test/test_local.rb
remote_table-3.0.0.alpha test/test_local.rb