Sha256: b3fdb73aa52dae75eb73d204c1dba19845f04a69c0c959f3a0ae45a794a0baa4

Contents?: true

Size: 288 Bytes

Versions: 3

Compression:

Stored size: 288 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe PagSeguro::Notification do
  before { PagSeguro::Notification.any_instance.stub(transaction_data: transaction_data) }
  let(:transaction){ PagSeguro::Notification.new("mail", "token", "not_code") }

  it_behaves_like "a transaction"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pag_seguro-0.3.2 spec/pag_seguro/notification_spec.rb
pag_seguro-0.3.1 spec/pag_seguro/notification_spec.rb
pag_seguro-0.3.0 spec/pag_seguro/notification_spec.rb