spec/lib/leetchi/expense_spec.rb in leetchi-wallet-services-1.0.0 vs spec/lib/leetchi/expense_spec.rb in leetchi-wallet-services-1.1.0

- old
+ new

@@ -1,15 +1,8 @@ require_relative '../../spec_helper' describe Leetchi::Expense do - before do - VCR.insert_cassette 'expense', :record => :new_episodes - end - after do - VCR.eject_cassette - end - describe "GET" do it "get the expense" do card = Leetchi::Expense.get(1) end end