rspectacular 0.61.0 → 0.62.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4b28c56d51d479a263c8003cc9c72b52124ac58
4
- data.tar.gz: bdfd0fd5247a5c0d050a6ec1f8f73711c8487c23
3
+ metadata.gz: 88d577db3192ebc71163baa570968eafcc6b353f
4
+ data.tar.gz: 47174cd03bfa75284bd033195c00de5bf644ee08
5
5
  SHA512:
6
- metadata.gz: 2df861fc73a24c235f2d90c50cc62151be2c1e287a4646f9d3025fc56cfbadb9485f14fdd7146aee0a700b626dc3fd9ff9292e2175c92b731bd950620075c3b1
7
- data.tar.gz: bc6e2451d81aee3b77ade1e15907083f4a60f94253726e654d362f4ea67ea9f02d791a0845654800957fbebd065b96e6c7ede2bce31ddbb3597f28ac52bc5a87
6
+ metadata.gz: 58818715d6a319770dbed0746929581669382e55f4e0ebd1508d911c1898ca813f140c71c02b7468f9ae5a5e0383b6327e9f620edace7d07e116b192b1b591f0
7
+ data.tar.gz: bcfbfd60ea533bc6938571538a8f4938a146dbb82b458e03fac1d0094736949d58db4e0bca7bf41a8b8cf5de811c24b414abff550b43f52a8609a9e8baf8a6b0
@@ -10,8 +10,16 @@ begin
10
10
  Sidekiq::Testing.fake!
11
11
  elsif example.metadata[:queue] == :immediately_execute
12
12
  Sidekiq::Testing.inline!
13
+ @redis_connection = Redis.new
14
+
15
+ allow(Sidekiq::RedisConnection).to receive(:build_client).
16
+ and_return(@redis_connection)
13
17
  elsif example.metadata[:type] == :feature
14
18
  Sidekiq::Testing.inline!
19
+ @redis_connection = Redis.new
20
+
21
+ allow(Sidekiq::RedisConnection).to receive(:build_client).
22
+ and_return(@redis_connection)
15
23
  else
16
24
  Sidekiq::Testing.fake!
17
25
  end
@@ -1,3 +1,3 @@
1
1
  module Rspectacular
2
- VERSION = '0.61.0'
2
+ VERSION = '0.62.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspectacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfelchner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-21 00:00:00.000000000 Z
11
+ date: 2015-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec