payola-payments 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/spec/payola_spec.rb CHANGED
@@ -129,4 +129,11 @@ module Payola
129
129
  expect(Payola.publishable_key_for_sale('blah')).to eq 'foo'
130
130
  end
131
131
  end
132
+
133
+ describe '#additional_charge_attributes' do
134
+ it "should return a hash" do
135
+ sale = double
136
+ expect(Payola.additional_charge_attributes.call(sale)).to eq({})
137
+ end
138
+ end
132
139
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payola-payments
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Keen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-06 00:00:00.000000000 Z
11
+ date: 2014-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails