rspectacular 0.60.0 → 0.61.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: 720ff48263cc9da21445eda39124f3f1d0e8c542
4
- data.tar.gz: c19e3b6bdde3dcab7d4b86426cad8ca3c964eb78
3
+ metadata.gz: c4b28c56d51d479a263c8003cc9c72b52124ac58
4
+ data.tar.gz: bdfd0fd5247a5c0d050a6ec1f8f73711c8487c23
5
5
  SHA512:
6
- metadata.gz: 5a445a6a7c9eed223b66aee4802c37e26265b6b6ccd015d8a6ed55baaaff9c0e3b52638f4ef9eaadf9f2bbe63d24fe4d0428f3d8372c5be0e48be01cf4bf120f
7
- data.tar.gz: c6cb933de456a1dde23eff06b2c6388fe8b25537a463795c28a4c7b36d216c70f59baab1420d437c7b227088123f59e35b551657ff72732eef541480cbf3eace
6
+ metadata.gz: 2df861fc73a24c235f2d90c50cc62151be2c1e287a4646f9d3025fc56cfbadb9485f14fdd7146aee0a700b626dc3fd9ff9292e2175c92b731bd950620075c3b1
7
+ data.tar.gz: bc6e2451d81aee3b77ade1e15907083f4a60f94253726e654d362f4ea67ea9f02d791a0845654800957fbebd065b96e6c7ede2bce31ddbb3597f28ac52bc5a87
@@ -0,0 +1,14 @@
1
+ ##############################################################################
2
+ # Wisper
3
+ ##############################################################################
4
+
5
+ begin
6
+ require 'wisper'
7
+ require 'wisper/rspec/matchers'
8
+ require 'wisper/rspec/stub_wisper_publisher'
9
+
10
+ RSpec.configure do |config|
11
+ config.include(Wisper::RSpec::BroadcastMatcher)
12
+ end
13
+ rescue LoadError
14
+ end
@@ -1,3 +1,3 @@
1
1
  module Rspectacular
2
- VERSION = '0.60.0'
2
+ VERSION = '0.61.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.60.0
4
+ version: 0.61.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-12 00:00:00.000000000 Z
11
+ date: 2015-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -84,6 +84,7 @@ files:
84
84
  - lib/rspectacular/plugins/timecop.rb
85
85
  - lib/rspectacular/plugins/vcr.rb
86
86
  - lib/rspectacular/plugins/webmock.rb
87
+ - lib/rspectacular/plugins/wisper.rb
87
88
  - lib/rspectacular/spec_helpers/active_record_basic.rb
88
89
  - lib/rspectacular/spec_helpers/active_record_connection_setup.rb
89
90
  - lib/rspectacular/spec_helpers/rails_engine.rb