payola-payments 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/spec/payola_spec.rb CHANGED
@@ -13,13 +13,13 @@ module Payola
13
13
  it "should set publishable key from env" do
14
14
  ENV['STRIPE_PUBLISHABLE_KEY'] = 'some_key'
15
15
  Payola.reset!
16
- expect(Payola.publishable_key.call).to eq 'some_key'
16
+ expect(Payola.publishable_key).to eq 'some_key'
17
17
  end
18
18
 
19
19
  it "should set secret key from env" do
20
20
  ENV['STRIPE_SECRET_KEY'] = 'some_secret'
21
21
  Payola.reset!
22
- expect(Payola.secret_key.call).to eq 'some_secret'
22
+ expect(Payola.secret_key).to eq 'some_secret'
23
23
  end
24
24
  end
25
25
 
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.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Keen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-04 00:00:00.000000000 Z
11
+ date: 2015-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails