Sha256: 204e69e4858dfd954cfd8b16ceaaea0e36781efc2fc8d36470a6219e84855beb

Contents?: true

Size: 325 Bytes

Versions: 7

Compression:

Stored size: 325 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") }
  subject{ PagSeguro::Notification }

  it_behaves_like "a transaction"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pag_seguro-0.5.5 spec/pag_seguro/notification_spec.rb
pag_seguro-0.5.4 spec/pag_seguro/notification_spec.rb
pag_seguro-0.5.3 spec/pag_seguro/notification_spec.rb
pag_seguro-0.5.2 spec/pag_seguro/notification_spec.rb
pag_seguro-0.5.1 spec/pag_seguro/notification_spec.rb
pag_seguro-0.4.1 spec/pag_seguro/notification_spec.rb
pag_seguro-0.4.0 spec/pag_seguro/notification_spec.rb