File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 68
68
env :
69
69
RAILS_VERSION : ' ~> 5.2.0'
70
70
- ruby : 2.2.10
71
- allow_failure : true
72
71
env :
73
72
RAILS_VERSION : ' ~> 5.2.0'
74
73
- ruby : 2.2.10
Original file line number Diff line number Diff line change @@ -239,19 +239,8 @@ def _view; end # Stub method
239
239
expect ( view_spec . view ) . to eq ( view )
240
240
end
241
241
242
- if RUBY_VERSION <= "2.3.0" && ENV [ "RAILS_VERSION" ] !~ /stable/ && ::Rails . version . to_f == 5.2
243
- pending_only_on_ruby_22_rails_52 = "" "
244
- Rails 5.2.4.2 has a syntax error in ActionDispatch::Request::Session.
245
- (A &. usage which does not work in 2.2.10)
246
- It has been fixed but not released, this spec will not pass until that
247
- has been released.
248
- " ""
249
- else
250
- pending_only_on_ruby_22_rails_52 = false
251
- end
252
-
253
242
# Regression test from rspec/rspec-rails#833
254
- it 'is accessible to configuration-level hooks' , pending : pending_only_on_ruby_22_rails_52 do
243
+ it 'is accessible to configuration-level hooks' do
255
244
run_count = 0
256
245
RSpec . configuration . before ( :each , type : :view ) do
257
246
# `view` is provided from the view example type, and serves to
You can’t perform that action at this time.
0 commit comments