Sha256: 67467c38a7d4477f6a6a54ad25cf5e3e1f1c77dac9d1170d50e839cb657c1f18

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

#!/usr/bin/env ruby

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 'spec/dummy'
exec 'bin/rails', *ARGV

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_dev_support-0.3.0 lib/solidus_dev_support/templates/extension/bin/rails