rspec-core 3.3.0 → 3.3.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: a92217ba6e7e8646843f147e18e37e7e0ae135c4
4
- data.tar.gz: e4570a04042e8062b594b4fa4ced79df03b7f620
3
+ metadata.gz: 87afec860d1dd3babbfce0db2ae19280a96b2ae8
4
+ data.tar.gz: ba04ec0a5494006db9f7acb76bdf0522ab775801
5
5
  SHA512:
6
- metadata.gz: 94d1f44cd702b90bd31088dbc28908732b1ab07a92865c1673d3fd2fcc29839794e661bb4dccdcf58bafb17e18129765e036e4df33f7da1de3b7a79208743b84
7
- data.tar.gz: 4822312a6d75661ca374adf584af31f940415524bc787a93cd7f5ce99c24400f61f6f096f920f84ca83bbec2800cca45d5b466cf0135baa053b79a2792f7761d
6
+ metadata.gz: 80a5347f44415ebac75f1d32cb5c162d7f3514fdad43b9b806e5081faa350fbe17b0b37884367a5258c9e1126b16c397aa038fe653fe3c81fbbecf868d1018c8
7
+ data.tar.gz: acb47e5a2aa11bbb38fde5e139798e8e20c33ab4dfcfa37ff99e36bf16c5b8758fc61f6fa1e9d19bfd0e61ffd0399bdb1f3bda75438f0f2c1ac7f137c315af82
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,12 @@
1
+ ### 3.3.1 / 2015-06-18
2
+ [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)
3
+
4
+ Bug Fixes:
5
+
6
+ * Correctly run `before(:suite)` (and friends) in the context of an example
7
+ group instance, thus making the expected RSpec environment available.
8
+ (Jon Rowe, #1986)
9
+
1
10
  ### 3.3.0 / 2015-06-12
2
11
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.3...v3.3.0)
3
12
 
@@ -558,6 +558,7 @@ module RSpec
558
558
  class SuiteHookContext < Example
559
559
  def initialize
560
560
  super(AnonymousExampleGroup, "", {})
561
+ @example_group_instance = AnonymousExampleGroup.new
561
562
  end
562
563
 
563
564
  # rubocop:disable Style/AccessorMethodName
@@ -3,7 +3,7 @@ module RSpec
3
3
  # Version information for RSpec Core.
4
4
  module Version
5
5
  # Current version of RSpec Core, in semantic versioning format.
6
- STRING = '3.3.0'
6
+ STRING = '3.3.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-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Baker
@@ -46,7 +46,7 @@ cert_chain:
46
46
  ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
47
47
  F3MdtaDehhjC
48
48
  -----END CERTIFICATE-----
49
- date: 2015-06-12 00:00:00.000000000 Z
49
+ date: 2015-06-18 00:00:00.000000000 Z
50
50
  dependencies:
51
51
  - !ruby/object:Gem::Dependency
52
52
  name: rspec-support
@@ -307,6 +307,6 @@ rubyforge_project:
307
307
  rubygems_version: 2.2.2
308
308
  signing_key:
309
309
  specification_version: 4
310
- summary: rspec-core-3.3.0
310
+ summary: rspec-core-3.3.1
311
311
  test_files: []
312
312
  has_rdoc:
metadata.gz.sig CHANGED
Binary file