We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b55c2 commit 9edcc07Copy full SHA for 9edcc07
Changelog.md
@@ -5,6 +5,8 @@ Bug fixes:
5
6
* Make it possible to write nested specs within helper specs on classes that are
7
internal to helper classes. (Sam Phippen, Peter Swan, #1499).
8
+* Warn if a fixture method is called from a `before(:context)` block, instead of
9
+ crashing with a `undefined method for nil:NilClass`. (Sam Phippen, #1501)
10
11
### 3.4.0 / 2015-11-11
12
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.3...v3.4.0)
0 commit comments