We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f127322 commit f54aa81Copy full SHA for f54aa81
bin/rails
@@ -4,7 +4,7 @@
4
5
begin
6
load File.join(File.expand_path('../../', __FILE__), 'spec/dummy/bin/rails')
7
-rescue LoadError => load_error
+rescue LoadError => _load_error
8
warn "No dummy Rails application found! \n" \
9
"To create one in spec/dummy, please run: \n\n" \
10
" rake refinery:testing:dummy_app"
0 commit comments