Sha256: 92c6f81cd1cb51912f9a67796db08b515b66a34066859bd1a2f98d0ab2cd70a2

Contents?: true

Size: 189 Bytes

Versions: 4

Compression:

Stored size: 189 Bytes

Contents

require_relative '../../spec_helper'

describe Leetchi::Expense do

    describe "GET" do
        it "get the expense" do
            card = Leetchi::Expense.get(1)
        end
    end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
leetchi-wallet-services-1.2.1 spec/lib/leetchi/expense_spec.rb
leetchi-wallet-services-1.2.0 spec/lib/leetchi/expense_spec.rb
leetchi-wallet-services-1.1.1 spec/lib/leetchi/expense_spec.rb
leetchi-wallet-services-1.1.0 spec/lib/leetchi/expense_spec.rb