killbill 6.5.0 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ede7973a34e4a794fcd640998f4a691c7983eaf6
4
- data.tar.gz: dd885c787bf3a40a6c3193e4f5540b42f256ccc0
3
+ metadata.gz: 211dd3de212948fdf3d311533593feccbddb1545
4
+ data.tar.gz: 1afff591223a08e16b2b3e3c9aa09d55c9129331
5
5
  SHA512:
6
- metadata.gz: aa58edd3e51e7d9f99434f38f26ecf853b889d297dc733e36288a47c8930babdcfc36838c0a511c83b017977b81357a8706c5ad8aab63a2be322668353ffa737
7
- data.tar.gz: 6ae09361090fbe8efa82499dd3222afb121204d58f319c475e99d09b5fa7f1e94e933c33fa4b81a9c476480e1abebea7900ca84ec2e131254aa2b2f341ce41c8
6
+ metadata.gz: 141b2f4026e7ab0b4d6872ea61e38ba1abf8e55cad2a5080d4868f515b280848abcc116b8835252b70e108e0b0caa4f6b235a4d4d6b1b671d362bf7787b6bcd5
7
+ data.tar.gz: aecf94a776ceab442c9e6be77a92b174eaa2aea62c89572b47fe284cce2605590a0e310c3ca60cad8290ae7a222daec16f7ab48a14f8e49bfd3fb88129ae2d7e
data/.travis.yml CHANGED
@@ -7,6 +7,7 @@ cache:
7
7
  - $HOME/.m2
8
8
 
9
9
  before_script:
10
+ - bundle exec jbundle install
10
11
  - mysql -uroot -e 'create database killbill_test;'
11
12
 
12
13
  notifications:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- killbill (6.5.0)
4
+ killbill (7.0.0)
5
5
  rack (>= 1.5.2)
6
6
  sinatra (~> 1.3.4)
7
7
  typhoeus (~> 0.6.9)
@@ -10,13 +10,13 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (4.1.10)
14
- actionview (= 4.1.10)
15
- activesupport (= 4.1.10)
13
+ actionpack (4.1.14)
14
+ actionview (= 4.1.14)
15
+ activesupport (= 4.1.14)
16
16
  rack (~> 1.5.2)
17
17
  rack-test (~> 0.6.2)
18
- actionview (4.1.10)
19
- activesupport (= 4.1.10)
18
+ actionview (4.1.14)
19
+ activesupport (= 4.1.14)
20
20
  builder (~> 3.1)
21
21
  erubis (~> 2.7.0)
22
22
  active_utils (3.0.0)
@@ -27,47 +27,57 @@ GEM
27
27
  builder (>= 2.1.2, < 4.0.0)
28
28
  i18n (>= 0.6.9)
29
29
  nokogiri (~> 1.4)
30
- activemodel (4.1.10)
31
- activesupport (= 4.1.10)
30
+ activemodel (4.1.14)
31
+ activesupport (= 4.1.14)
32
32
  builder (~> 3.1)
33
- activerecord (4.1.10)
34
- activemodel (= 4.1.10)
35
- activesupport (= 4.1.10)
33
+ activerecord (4.1.14)
34
+ activemodel (= 4.1.14)
35
+ activesupport (= 4.1.14)
36
36
  arel (~> 5.0.0)
37
37
  activerecord-bogacs (0.4.1)
38
38
  activerecord-jdbc-adapter (1.3.19)
39
39
  activerecord (>= 2.2)
40
- activesupport (4.1.10)
40
+ activesupport (4.1.14)
41
41
  i18n (~> 0.6, >= 0.6.9)
42
42
  json (~> 1.7, >= 1.7.7)
43
43
  minitest (~> 5.1)
44
44
  thread_safe (~> 0.1)
45
45
  tzinfo (~> 1.1)
46
46
  arel (5.0.1.20140414130214)
47
+ axiom-types (0.1.1)
48
+ descendants_tracker (~> 0.0.4)
49
+ ice_nine (~> 0.11.0)
50
+ thread_safe (~> 0.3, >= 0.3.1)
47
51
  builder (3.2.2)
52
+ coercible (1.0.0)
53
+ descendants_tracker (~> 0.0.1)
54
+ descendants_tracker (0.0.4)
55
+ thread_safe (~> 0.3, >= 0.3.1)
48
56
  diff-lcs (1.1.3)
57
+ equalizer (0.0.11)
49
58
  erubis (2.7.0)
50
59
  ethon (0.8.0)
51
60
  ffi (>= 1.3.0)
52
61
  ffi (1.9.10-java)
53
62
  i18n (0.7.0)
54
- jbundler (0.4.3)
55
- maven-tools (~> 0.32.1)
56
- ruby-maven (~> 3.0.4)
63
+ ice_nine (0.11.1)
64
+ jar-dependencies (0.3.1)
65
+ jbundler (0.9.2)
66
+ bundler (~> 1.5)
67
+ jar-dependencies (~> 0.2)
68
+ maven-tools (~> 1.0.10)
69
+ ruby-maven (~> 3.3, >= 3.3.3)
57
70
  jdbc-mariadb (1.1.9)
58
- jdbc-sqlite3 (3.8.10.1)
59
- json (1.8.2)
60
- json (1.8.2-java)
61
- maven-tools (0.32.5)
62
- mini_portile (0.6.2)
63
- minitest (5.6.1)
71
+ jdbc-sqlite3 (3.8.11.2)
72
+ json (1.8.3-java)
73
+ maven-tools (1.0.13)
74
+ virtus (~> 1.0)
75
+ minitest (5.8.3)
64
76
  monetize (1.1.0)
65
77
  money (~> 6.5.0)
66
78
  money (6.5.1)
67
79
  i18n (>= 0.6.4, <= 0.7.0)
68
- nokogiri (1.6.6.2)
69
- mini_portile (~> 0.6.0)
70
- nokogiri (1.6.6.2-java)
80
+ nokogiri (1.6.7.1-java)
71
81
  offsite_payments (2.1.0)
72
82
  actionpack (>= 3.2.20, < 5.0.0)
73
83
  active_utils (~> 3.0.0)
@@ -76,7 +86,7 @@ GEM
76
86
  i18n (~> 0.5)
77
87
  money (>= 5.0.0, < 7.0.0)
78
88
  nokogiri (~> 1.4)
79
- rack (1.5.3)
89
+ rack (1.5.5)
80
90
  rack-protection (1.5.3)
81
91
  rack
82
92
  rack-test (0.6.3)
@@ -90,25 +100,28 @@ GEM
90
100
  rspec-expectations (2.12.1)
91
101
  diff-lcs (~> 1.1.3)
92
102
  rspec-mocks (2.12.2)
93
- ruby-maven (3.0.4.1.4)
94
- maven-tools (~> 0.32.3)
95
- thor (>= 0.14.6, < 2.0)
103
+ ruby-maven (3.3.8)
104
+ ruby-maven-libs (~> 3.3.1)
105
+ ruby-maven-libs (3.3.3)
96
106
  sinatra (1.3.6)
97
107
  rack (~> 1.4)
98
108
  rack-protection (~> 1.3)
99
109
  tilt (~> 1.3, >= 1.3.3)
100
110
  thor (0.19.1)
101
- thread_safe (0.3.5)
102
111
  thread_safe (0.3.5-java)
103
112
  tilt (1.4.1)
104
113
  typhoeus (0.6.9)
105
114
  ethon (>= 0.7.1)
106
115
  tzinfo (1.2.2)
107
116
  thread_safe (~> 0.1)
117
+ virtus (1.0.5)
118
+ axiom-types (~> 0.1)
119
+ coercible (~> 1.0)
120
+ descendants_tracker (~> 0.0, >= 0.0.3)
121
+ equalizer (~> 0.0, >= 0.0.9)
108
122
 
109
123
  PLATFORMS
110
124
  java
111
- ruby
112
125
 
113
126
  DEPENDENCIES
114
127
  actionpack (~> 4.1.0)
@@ -117,7 +130,7 @@ DEPENDENCIES
117
130
  activerecord (~> 4.1.0)
118
131
  activerecord-bogacs (~> 0.3)
119
132
  activerecord-jdbc-adapter (~> 1.3)
120
- jbundler (~> 0.4.3)
133
+ jbundler (~> 0.9.2)
121
134
  jdbc-mariadb (~> 1.1.8)
122
135
  jdbc-sqlite3 (~> 3.7)
123
136
  killbill!
data/Jarfile.lock CHANGED
@@ -1,58 +1,61 @@
1
- org.kill-bill.billing:killbill-api:jar:0.30
2
- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.3
3
- joda-time:joda-time:jar:2.3
4
- org.kill-bill.billing.plugin:killbill-plugin-api-currency:jar:0.18
5
- org.kill-bill.billing.plugin:killbill-plugin-api-invoice:jar:0.18
6
- org.kill-bill.billing.plugin:killbill-plugin-api-notification:jar:0.18
7
- org.kill-bill.billing.plugin:killbill-plugin-api-payment:jar:0.18
8
- org.kill-bill.billing.plugin:killbill-plugin-api-control:jar:0.18
9
- org.kill-bill.billing.plugin:killbill-plugin-api-catalog:jar:0.18
10
- org.kill-bill.billing.plugin:killbill-plugin-api-entitlement:jar:0.18
11
- org.kill-bill.billing:killbill-util:jar:tests:0.14.0
12
- com.fasterxml.jackson.core:jackson-databind:jar:2.4.3
13
- com.fasterxml.jackson.core:jackson-core:jar:2.4.3
14
- com.fasterxml.jackson.dataformat:jackson-dataformat-csv:jar:2.4.3
15
- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.4.3
16
- com.samskivert:jmustache:jar:1.5
17
- io.dropwizard.metrics:metrics-core:jar:3.1.1
18
- io.dropwizard.metrics:metrics-ehcache:jar:3.1.1
19
- net.sf.ehcache:ehcache:jar:2.9.1
20
- org.antlr:stringtemplate:jar:3.2.1
21
- antlr:antlr:jar:2.7.7
22
- org.apache.commons:commons-email:jar:1.2
23
- javax.mail:mail:jar:1.4.1
24
- javax.activation:activation:jar:1.1
25
- org.apache.shiro:shiro-core:jar:1.2.3
26
- commons-beanutils:commons-beanutils:jar:1.8.3
27
- commons-logging:commons-logging:jar:1.1.1
28
- org.apache.shiro:shiro-ehcache:jar:1.2.3
29
- net.sf.ehcache:ehcache-core:jar:2.5.0
30
- org.apache.shiro:shiro-guice:jar:1.2.3
31
- com.google.guava:guava:jar:r09
32
- com.google.inject:guice:jar:3.0
33
- aopalliance:aopalliance:jar:1.0
34
- com.google.inject.extensions:guice-multibindings:jar:3.0
35
- org.jdbi:jdbi:jar:2.62
36
- org.joda:joda-money:jar:0.9
37
- org.kill-bill.billing:killbill-internal-api:jar:0.14.0
38
- org.kill-bill.billing:killbill-platform-api:jar:0.2
39
- org.kill-bill.billing:killbill-platform-base:jar:0.2
40
- com.google.code.findbugs:annotations:jar:3.0.0
41
- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:jar:1.16
42
- org.kill-bill.billing:killbill-platform-osgi-api:jar:0.2
43
- org.osgi:org.osgi.core:jar:5.0.0
44
- org.kill-bill.commons:killbill-clock:jar:0.3
45
- org.kill-bill.commons:killbill-concurrent:jar:0.3
46
- org.kill-bill.commons:killbill-embeddeddb-common:jar:0.3
47
- org.kill-bill.commons:killbill-jdbi:jar:0.3
48
- com.h2database:h2:jar:1.4.186
49
- javax.inject:javax.inject:jar:1
50
- org.kill-bill.commons:killbill-locker:jar:0.3
51
- org.kill-bill.commons:killbill-queue:jar:0.3
52
- org.kill-bill.commons:killbill-xmlloader:jar:0.3
53
- org.skife.config:config-magic:jar:0.14
54
- org.slf4j:jcl-over-slf4j:jar:1.7.12
55
- org.slf4j:slf4j-api:jar:1.7.12
56
- org.weakref:jmxutils:jar:1.12
57
- org.mockito:mockito-all:jar:1.10.19
58
- javax.servlet:javax.servlet-api:jar:3.1.0
1
+ ---
2
+ :runtime:
3
+ - io.dropwizard.metrics:metrics-core:jar:3.1.1
4
+ - org.kill-bill.billing.plugin:killbill-plugin-api-catalog:jar:0.18
5
+ - com.fasterxml.jackson.core:jackson-core:jar:2.4.3
6
+ - joda-time:joda-time:jar:2.3
7
+ - org.weakref:jmxutils:jar:1.18
8
+ - org.kill-bill.billing.plugin:killbill-plugin-api-notification:jar:0.18
9
+ - commons-beanutils:commons-beanutils:jar:1.8.3
10
+ - org.kill-bill.billing:killbill-internal-api:jar:0.15.10
11
+ - org.kill-bill.commons:killbill-xmlloader:jar:0.11
12
+ - org.kill-bill.billing.plugin:killbill-plugin-api-entitlement:jar:0.18
13
+ - com.google.inject:guice:jar:3.0
14
+ - org.osgi:org.osgi.core:jar:5.0.0
15
+ - org.slf4j:slf4j-api:jar:1.7.12
16
+ - com.samskivert:jmustache:jar:1.5
17
+ - org.kill-bill.billing:killbill-util:jar:tests:0.15.10
18
+ - org.kill-bill.billing.plugin:killbill-plugin-api-currency:jar:0.18
19
+ - org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:jar:1.16
20
+ - com.h2database:h2:jar:1.4.186
21
+ - javax.activation:activation:jar:1.1
22
+ - org.skife.config:config-magic:jar:0.14
23
+ - com.fasterxml.jackson.dataformat:jackson-dataformat-csv:jar:2.4.3
24
+ - org.kill-bill.billing.plugin:killbill-plugin-api-control:jar:0.18
25
+ - org.apache.commons:commons-email:jar:1.2
26
+ - org.mockito:mockito-all:jar:1.10.19
27
+ - antlr:antlr:jar:2.7.7
28
+ - aopalliance:aopalliance:jar:1.0
29
+ - com.fasterxml.jackson.core:jackson-annotations:jar:2.4.3
30
+ - org.antlr:stringtemplate:jar:3.2.1
31
+ - org.kill-bill.commons:killbill-clock:jar:0.11
32
+ - javax.mail:mail:jar:1.4.1
33
+ - org.kill-bill.billing:killbill-platform-base:jar:0.15
34
+ - io.dropwizard.metrics:metrics-ehcache:jar:3.1.1
35
+ - org.slf4j:jcl-over-slf4j:jar:1.7.12
36
+ - org.jdbi:jdbi:jar:2.62
37
+ - org.kill-bill.billing:killbill-platform-api:jar:0.15
38
+ - org.kill-bill.billing:killbill-platform-osgi:jar:0.15
39
+ - org.apache.felix:org.apache.felix.framework:jar:4.4.1
40
+ - org.joda:joda-money:jar:0.9
41
+ - org.kill-bill.commons:killbill-jdbi:jar:0.11
42
+ - org.kill-bill.commons:killbill-embeddeddb-common:jar:0.11
43
+ - org.apache.shiro:shiro-core:jar:1.2.3
44
+ - org.kill-bill.billing:killbill-platform-osgi-api:jar:0.15
45
+ - org.kill-bill.billing.plugin:killbill-plugin-api-payment:jar:0.18
46
+ - com.fasterxml.jackson.core:jackson-databind:jar:2.4.3
47
+ - com.google.guava:guava:jar:r09
48
+ - org.kill-bill.commons:killbill-locker:jar:0.11
49
+ - org.osgi:org.osgi.compendium:jar:5.0.0
50
+ - org.kill-bill.commons:killbill-queue:jar:0.11
51
+ - org.kill-bill.commons:killbill-concurrent:jar:0.11
52
+ - javax.servlet:javax.servlet-api:jar:3.1.0
53
+ - org.apache.shiro:shiro-ehcache:jar:1.2.3
54
+ - javax.inject:javax.inject:jar:1
55
+ - com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.4.3
56
+ - com.google.inject.extensions:guice-multibindings:jar:3.0
57
+ - net.sf.ehcache:ehcache:jar:2.9.1
58
+ - org.kill-bill.billing.plugin:killbill-plugin-api-invoice:jar:0.18
59
+ - org.kill-bill.billing:killbill-api:jar:0.32
60
+ - org.apache.shiro:shiro-guice:jar:1.2.3
61
+ - com.google.code.findbugs:annotations:jar:3.0.0
data/NEWS CHANGED
@@ -1,3 +1,26 @@
1
+ 7.0.0
2
+ Initial release for Kill Bill 0.16.x
3
+ ActiveMerchant: add support for mock clock in tests
4
+
5
+ 6.5.0
6
+ Regenerate files for killbill-api 0.32
7
+
8
+ 6.4.0
9
+ Regenerate files for killbill-api 0.30 and killbill-plugin-api 0.18
10
+
11
+ 6.3.0
12
+ Regenerate files
13
+
14
+ 6.2.0
15
+ Add support for Clock service
16
+ Change plugin initialization to support additional services
17
+
18
+ 6.1.0
19
+ Regenerate files
20
+
21
+ 6.0.0
22
+ Regenerate files for killbill-api 0.26
23
+
1
24
  5.2.0
2
25
  Regenerate files for killbill-api 0.23 and killbill-plugin-api 0.16
3
26
 
@@ -1,11 +1,11 @@
1
- jar 'org.kill-bill.billing:killbill-api', '0.26'
2
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-currency', '0.16'
3
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-invoice', '0.16'
4
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-notification', '0.16'
5
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-payment', '0.16'
6
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-control', '0.16'
7
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-catalog', '0.16'
8
- jar 'org.kill-bill.billing.plugin:killbill-plugin-api-entitlement', '0.16'
9
- jar 'org.kill-bill.billing:killbill-util:tests', '0.14.0'
1
+ jar 'org.kill-bill.billing:killbill-api', '0.32'
2
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-currency', '0.18'
3
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-invoice', '0.18'
4
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-notification', '0.18'
5
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-payment', '0.18'
6
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-control', '0.18'
7
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-catalog', '0.18'
8
+ jar 'org.kill-bill.billing.plugin:killbill-plugin-api-entitlement', '0.18'
9
+ jar 'org.kill-bill.billing:killbill-util:tests', '0.15.10'
10
10
  jar 'org.mockito:mockito-all', '1.10.19'
11
11
  jar 'javax.servlet:javax.servlet-api', '3.1.0'
data/killbill.gemspec CHANGED
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
45
45
  s.add_development_dependency 'monetize', '~> 1.1.0'
46
46
  s.add_development_dependency 'money', '~> 6.5.1'
47
47
  # testing/development :
48
- s.add_development_dependency 'jbundler', '~> 0.4.3'
48
+ s.add_development_dependency 'jbundler', '~> 0.9.2'
49
49
  s.add_development_dependency 'rake', '>= 10.0.0'
50
50
  s.add_development_dependency 'rspec', '~> 2.12.0'
51
51
  s.add_development_dependency 'thor', '~> 0.19.1'
@@ -54,8 +54,4 @@ Gem::Specification.new do |s|
54
54
  else
55
55
  s.add_development_dependency 'sqlite3', '~> 1.3.7'
56
56
  end
57
-
58
- s.requirements << "jar 'org.kill-bill.billing:killbill-api'"
59
- # For testing only
60
- s.requirements << "jar 'org.kill-bill.billing:killbill-util:tests'"
61
57
  end
@@ -107,6 +107,8 @@ module Killbill
107
107
  }
108
108
  plugin.kb_apis = ::Killbill::Plugin::KillbillApi.new(name, svcs)
109
109
 
110
+ plugin.clock = ::Killbill::Plugin::ActiveMerchant::RSpec::FakeOSGIKillbillClock.new
111
+
110
112
  plugin.logger = ::Logger.new(STDOUT)
111
113
  plugin.logger.level = ::Logger::INFO
112
114
  plugin.conf_dir = File.expand_path(conf_dir)
@@ -179,6 +181,30 @@ module Killbill
179
181
  nil
180
182
  end
181
183
  end
184
+
185
+ class FakeOSGIKillbillClock
186
+
187
+ attr_accessor :clock
188
+
189
+ def initialize(clock = FakeClock.new)
190
+ @clock = clock
191
+ end
192
+
193
+ def get_clock
194
+ @clock
195
+ end
196
+ end
197
+
198
+ class FakeClock
199
+
200
+ def get_utc_now
201
+ Time.now.utc
202
+ end
203
+
204
+ def get_utc_today
205
+ get_utc_now.strftime('%F')
206
+ end
207
+ end
182
208
  end
183
209
  end
184
210
  end
@@ -1,3 +1,3 @@
1
1
  module Killbill
2
- VERSION = '6.5.0'
2
+ VERSION = '7.0.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.5.0
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kill Bill core team
@@ -226,12 +226,12 @@ dependencies:
226
226
  requirements:
227
227
  - - ~>
228
228
  - !ruby/object:Gem::Version
229
- version: 0.4.3
229
+ version: 0.9.2
230
230
  requirement: !ruby/object:Gem::Requirement
231
231
  requirements:
232
232
  - - ~>
233
233
  - !ruby/object:Gem::Version
234
- version: 0.4.3
234
+ version: 0.9.2
235
235
  prerelease: false
236
236
  type: :development
237
237
  - !ruby/object:Gem::Dependency
@@ -591,44 +591,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
591
591
  - - '>='
592
592
  - !ruby/object:Gem::Version
593
593
  version: '0'
594
- requirements:
595
- - jar 'org.kill-bill.billing:killbill-api'
596
- - jar 'org.kill-bill.billing:killbill-util:tests'
594
+ requirements: []
597
595
  rubyforge_project:
598
- rubygems_version: 2.4.6
596
+ rubygems_version: 2.1.9
599
597
  signing_key:
600
598
  specification_version: 4
601
599
  summary: Framework to write Kill Bill plugins in Ruby.
602
- test_files:
603
- - spec/killbill/base_plugin_spec.rb
604
- - spec/killbill/config_test.ru
605
- - spec/killbill/gen_conversions_spec.rb
606
- - spec/killbill/helpers/configuration_spec.rb
607
- - spec/killbill/helpers/connection_spec.rb
608
- - spec/killbill/helpers/killbill_spec_helper_spec.rb
609
- - spec/killbill/helpers/payment_method_spec.rb
610
- - spec/killbill/helpers/payment_plugin_spec.rb
611
- - spec/killbill/helpers/private_payment_plugin_spec.rb
612
- - spec/killbill/helpers/response_spec.rb
613
- - spec/killbill/helpers/streamy_result_set_spec.rb
614
- - spec/killbill/helpers/test_payment_method.rb
615
- - spec/killbill/helpers/test_response.rb
616
- - spec/killbill/helpers/test_schema.rb
617
- - spec/killbill/helpers/test_transaction.rb
618
- - spec/killbill/helpers/transaction_spec.rb
619
- - spec/killbill/helpers/utils_spec.rb
620
- - spec/killbill/invoice_plugin_api_spec.rb
621
- - spec/killbill/invoice_plugin_spec.rb
622
- - spec/killbill/invoice_test.rb
623
- - spec/killbill/killbill_integration_spec.rb
624
- - spec/killbill/killbill_logger_spec.rb
625
- - spec/killbill/killbillapi_spec.rb
626
- - spec/killbill/notification_plugin_api_spec.rb
627
- - spec/killbill/notification_plugin_spec.rb
628
- - spec/killbill/notification_test.rb
629
- - spec/killbill/payment_plugin_api_spec.rb
630
- - spec/killbill/payment_plugin_spec.rb
631
- - spec/killbill/payment_test.rb
632
- - spec/killbill/rack_handler_spec.rb
633
- - spec/killbill/remote/active_merchant_typhoeus_connection_spec.rb
634
- - spec/spec_helper.rb
600
+ test_files: []