summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-01-02 21:57:17 -0700
committermo khan <mo@mokhan.ca>2015-01-02 21:57:17 -0700
commit2cce1969f4124307d8ba8e7c9019ea3c2d756681 (patch)
tree3dc44acdbe59b2947e767f8c4f7e62718f4e1984 /script
parentf9b44b2456619e6eec078c4766361a382f50ca22 (diff)
remove rails script.
Diffstat (limited to 'script')
-rw-r--r--script/rails14
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'