diff options
| author | mo khan <mo@mokhan.ca> | 2015-01-02 21:57:17 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-01-02 21:57:17 -0700 |
| commit | 2cce1969f4124307d8ba8e7c9019ea3c2d756681 (patch) | |
| tree | 3dc44acdbe59b2947e767f8c4f7e62718f4e1984 /script | |
| parent | f9b44b2456619e6eec078c4766361a382f50ca22 (diff) | |
remove rails script.
Diffstat (limited to 'script')
| -rw-r--r-- | script/rails | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/script/rails b/script/rails deleted file mode 100644 index 280205a2..00000000 --- a/script/rails +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env ruby -# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. - -# see all code executed by the rails server, and not just code executed in your actual test files, https://github.com/colszowka/simplecov -if ENV['RAILS_ENV'] == 'test' - require 'simplecov' - SimpleCov.start 'rails' - puts "required simplecov" -end - - -APP_PATH = File.expand_path('../../config/application', __FILE__) -require File.expand_path('../../config/boot', __FILE__) -require 'rails/commands' |
