Skip to content

Commit f54aa81

Browse files
committed
Ignore load_error variable
1 parent f127322 commit f54aa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rails

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
begin
66
load File.join(File.expand_path('../../', __FILE__), 'spec/dummy/bin/rails')
7-
rescue LoadError => load_error
7+
rescue LoadError => _load_error
88
warn "No dummy Rails application found! \n" \
99
"To create one in spec/dummy, please run: \n\n" \
1010
" rake refinery:testing:dummy_app"

0 commit comments

Comments
 (0)