Skip to content

Commit 998d659

Browse files
authored
Merge pull request #1990 from rspec/rails_52_improvements
Rails 52 improvements
2 parents 55a15bb + bba347d commit 998d659

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,24 @@ matrix:
7171
env: RAILS_VERSION=5-0-stable
7272
- rvm: 2.3.7
7373
env: RAILS_VERSION=5.1.0
74+
- rvm: 2.3.7
75+
env: RAILS_VERSION=5.2.0
7476
- rvm: 2.4.4
7577
env: RAILS_VERSION=master
7678
- rvm: 2.4.4
7779
env: RAILS_VERSION=5-0-stable
7880
- rvm: 2.4.4
7981
env: RAILS_VERSION=5.1.0
82+
- rvm: 2.4.4
83+
env: RAILS_VERSION=5.2.0
8084
- rvm: 2.5.1
8185
env: RAILS_VERSION=master
8286
- rvm: 2.5.1
8387
env: RAILS_VERSION=5-0-stable
8488
- rvm: 2.5.1
8589
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
8892
exclude:
8993
# 3.0.x is not supported on MRI 2.0+
9094
- rvm: 2.0.0

lib/rspec/rails/example/system_example_group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def app
5252
require 'action_dispatch/system_test_case'
5353
# rubocop:disable Lint/HandleExceptions
5454
rescue LoadError => e
55-
p e
5655
# rubocop:enable Lint/HandleExceptions
5756
abort """
57+
LoadError: #{e.message}
5858
System test integration requires Rails >= 5.1 and has a hard
5959
dependency on a webserver and `capybara`, please add capybara to
6060
your Gemfile and configure a webserver (e.g. `Capybara.server =

0 commit comments

Comments
 (0)