Sha256: 81401c9aca6b408ece12e00357a9fae662678daed1916af06750d87d4538172d

Contents?: true

Size: 282 Bytes

Versions: 6

Compression:

Stored size: 282 Bytes

Contents

#!/bin/env ruby
require 'test_helper'

module Europe
  module Eurostat
    # CurrencyTest
    class EurostatTest < Minitest::Test
      include Benchmark

      def test_eurostat_retrieval
        skip
        Europe::Eurostat.retrieve('nama_gdp_c', '')
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
europe-0.0.13 test/europe/eurostat/eurostat_test.rb
europe-0.0.12 test/europe/eurostat/eurostat_test.rb
europe-0.0.11 test/europe/eurostat/eurostat_test.rb
europe-0.0.10 test/europe/eurostat/eurostat_test.rb
europe-0.0.9 test/europe/eurostat/eurostat_test.rb
europe-0.0.8 test/europe/eurostat/eurostat_test.rb