rspec-rails 3.5.0 → 3.5.1

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: 4c9ab212b670eb30b23bb4fe4f1ad9942e1e5a49
4
- data.tar.gz: d681844aab4f04bd2afbcb2d88100cd6695880bb
3
+ metadata.gz: 08d247c833e03f16093fc7df4a54d3b90dc24a83
4
+ data.tar.gz: 97ab0f3ab495551da17ee1e702ffd07340edb3c4
5
5
  SHA512:
6
- metadata.gz: d81b8460f88c529b94ff1d0c16d84ea6160f574828b494798350224fa7d041650e49b9bedb7369fb0c0fc936d9cfce66f6566fe43247a7f3e74fdc5103a6571d
7
- data.tar.gz: 1938fd6fb95ae3ddf05898ac2847e090ec9ae4ce40906ec0dbc92d5eeb283354358f69f303705baa9fe949641645e9b736d824ab6a67b112b15e5c622fdbbac8
6
+ metadata.gz: 94ca450e83a50b7424f143ce832c8a9468602e2595d1e6ba77739585b544a0c5695fa289f10d057eacbefc768c6dd6ca3d2bccc9bf96b74ffd1855d323301a43
7
+ data.tar.gz: 9cfb87962a6a639b8d4fd20b849d65420975548e8475cea10b12a51c263d3022808ce9d0330dd28ab4ee2a90f7954ad8d5c2cfea5af51ab87075ff07cefa8669
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,12 @@
1
+ ### 3.5.1 / 2016-07-08
2
+ [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.0...v3.5.1)
3
+
4
+ Bugfixes:
5
+
6
+ * Only attempt to load `ActionDispatch::IntegrationTest::Behavior` on Rails 5,
7
+ and above; Prevents possible `TypeError` when an existing `Behaviour` class
8
+ is defined. (#1660, Betesh).
9
+
1
10
  ### 3.5.0 / 2016-07-01
2
11
  [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.5.0.beta4...v3.5.0)
3
12
 
@@ -11,10 +11,8 @@ module RSpec
11
11
  include RSpec::Rails::Matchers::RenderTemplate
12
12
  include ActionController::TemplateAssertions
13
13
 
14
- begin
14
+ if ActionPack::VERSION::MAJOR >= 5
15
15
  include ActionDispatch::IntegrationTest::Behavior
16
- rescue NameError # rubocop:disable Lint/HandleExceptions
17
- # rails is too old to provide integration test helpers
18
16
  end
19
17
 
20
18
  # Delegates to `Rails.application`.
@@ -3,7 +3,7 @@ module RSpec
3
3
  # Version information for RSpec Rails.
4
4
  module Version
5
5
  # Current version of RSpec Rails, in semantic versioning format.
6
- STRING = '3.5.0'
6
+ STRING = '3.5.1'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chelimsky
@@ -44,7 +44,7 @@ cert_chain:
44
44
  ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
45
45
  F3MdtaDehhjC
46
46
  -----END CERTIFICATE-----
47
- date: 2016-07-01 00:00:00.000000000 Z
47
+ date: 2016-07-07 00:00:00.000000000 Z
48
48
  dependencies:
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: activesupport
@@ -186,7 +186,7 @@ dependencies:
186
186
  - - "~>"
187
187
  - !ruby/object:Gem::Version
188
188
  version: 1.1.2
189
- description: rspec-rails is a testing framework for Rails 3.x and 4.x.
189
+ description: rspec-rails is a testing framework for Rails 3+.
190
190
  email: rspec@googlegroups.com
191
191
  executables: []
192
192
  extensions: []
@@ -291,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
291
291
  version: '0'
292
292
  requirements: []
293
293
  rubyforge_project:
294
- rubygems_version: 2.5.1
294
+ rubygems_version: 2.6.3
295
295
  signing_key:
296
296
  specification_version: 4
297
297
  summary: RSpec for Rails
metadata.gz.sig CHANGED
Binary file