Skip to content

Commit 42f8cbb

Browse files
committed
rubocop cleanup
1 parent d6317d5 commit 42f8cbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Rakefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ require 'rake/testtask'
1212
require 'rdoc/task'
1313
begin
1414
load 'rails/perftest/railties/testing.tasks'
15-
rescue LoadError # it's failing in Gitlab CI
15+
rescue LoadError => e # it's failing in Gitlab CI
16+
warn e.message
1617
end
1718

1819
desc 'Test ActiveScaffold.'

0 commit comments

Comments
 (0)