Sha256: f454880cab5cf72eb9f7a345666ea29f66b36fe5da0c875350884e96aecc4c0c

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails gems
# installed from the root of your application.

begin
  load File.join(File.expand_path('../../',  __FILE__), 'spec/dummy/bin/rails')
rescue LoadError => load_error
  warn "No dummy Rails application found! \n" \
       "To create one in spec/dummy, please run: \n\n" \
       "    rake refinery:testing:dummy_app"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-blog-4.0.0 bin/rails