Sha256: fafaa1efa9c8d75972938b75cf0c5417dd63408bd69067fc809a2d729509dedf
Contents?: true
Size: 340 Bytes
Versions: 8
Compression:
Stored size: 340 Bytes
Contents
desc "Creates a test rails app for the specs to run against" task :setup do require 'rails/version' rails_new_opts = %w( --skip-turbolinks --skip-spring --skip-bootsnap -m spec/support/rails_template.rb ) system "bundle exec rails new spec/rails/rails-#{Rails::VERSION::STRING} #{rails_new_opts.join(' ')}" end
Version data entries
8 entries across 8 versions & 1 rubygems