File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -71,20 +71,24 @@ matrix:
71
71
env : RAILS_VERSION=5-0-stable
72
72
- rvm : 2.3.7
73
73
env : RAILS_VERSION=5.1.0
74
+ - rvm : 2.3.7
75
+ env : RAILS_VERSION=5.2.0
74
76
- rvm : 2.4.4
75
77
env : RAILS_VERSION=master
76
78
- rvm : 2.4.4
77
79
env : RAILS_VERSION=5-0-stable
78
80
- rvm : 2.4.4
79
81
env : RAILS_VERSION=5.1.0
82
+ - rvm : 2.4.4
83
+ env : RAILS_VERSION=5.2.0
80
84
- rvm : 2.5.1
81
85
env : RAILS_VERSION=master
82
86
- rvm : 2.5.1
83
87
env : RAILS_VERSION=5-0-stable
84
88
- rvm : 2.5.1
85
89
env : RAILS_VERSION=5.1.0
86
- - rvm : 2.4.2
87
- env : RAILS_VERSION=5.2.0.rc1
90
+ - rvm : 2.5.1
91
+ env : RAILS_VERSION=5.2.0
88
92
exclude :
89
93
# 3.0.x is not supported on MRI 2.0+
90
94
- rvm : 2.0.0
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ def app
52
52
require 'action_dispatch/system_test_case'
53
53
# rubocop:disable Lint/HandleExceptions
54
54
rescue LoadError => e
55
- p e
56
55
# rubocop:enable Lint/HandleExceptions
57
56
abort "" "
57
+ LoadError: #{ e . message }
58
58
System test integration requires Rails >= 5.1 and has a hard
59
59
dependency on a webserver and `capybara`, please add capybara to
60
60
your Gemfile and configure a webserver (e.g. `Capybara.server =
You can’t perform that action at this time.
0 commit comments