bin/rails-sandbox in solidus_jwt-1.2.1 vs bin/rails-sandbox in solidus_jwt-1.2.2
- old
+ new
@@ -4,10 +4,10 @@
app_root = 'sandbox'
unless File.exist? "#{app_root}/bin/rails"
warn 'Creating the sandbox app...'
Dir.chdir "#{__dir__}/.." do
- system "#{__dir__}/sandbox" or begin # rubocop:disable Style/AndOr
+ system "#{__dir__}/sandbox" or begin
warn 'Automatic creation of the sandbox app failed'
exit 1
end
end
end