Sha256: 1ee9b9fc3ae9bd009f2b562e73f42ba9a871dfa4059314656ce6e163258b3d3b
Contents?: true
Size: 308 Bytes
Versions: 36
Compression:
Stored size: 308 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true app_root = 'spec/dummy' unless File.exist? "#{app_root}/bin/rails" system "bin/rake", app_root or begin # rubocop:disable Style/AndOr warn "Automatic creation of the dummy app failed" exit 1 end end Dir.chdir app_root exec 'bin/rails', *ARGV
Version data entries
36 entries across 36 versions & 11 rubygems