Sha256: d57f4fb771865c46083d3c3cad164a4b31d3d0491410b2a105f1aa7978c554c6

Contents?: true

Size: 193 Bytes

Versions: 8

Compression:

Stored size: 193 Bytes

Contents

require 'spec_helper'

module DutyCalculator
  describe Currency do
    describe '#list_all' do
      pending "need to mock out endpoint"
      it 'can gets xml' do
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
duty_calculator-0.0.8 spec/duty_calculator/currency_spec.rb
duty_calculator-0.0.7 spec/duty_calculator/currency_spec.rb
duty_calculator-0.0.6 spec/duty_calculator/currency_spec.rb
duty_calculator-0.0.5 spec/duty_calculator/currency_spec.rb
duty_calculator-0.0.4 spec/duty_calculator/currency_spec.rb
duty_calculator-0.0.3 spec/duty_calculator/currency_spec.rb
duty_calculator-0.0.2 spec/duty_calculator/currency_spec.rb
duty_calculator-0.0.1 spec/duty_calculator/currency_spec.rb