@@ -1,8 +1,4 @@ |
||
| 1 | 1 |
#!/usr/bin/env ruby |
| 2 |
-begin |
|
| 3 |
- load File.expand_path("../spring", __FILE__)
|
|
| 4 |
-rescue LoadError |
|
| 5 |
-end |
|
| 6 | 2 |
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
| 7 | 3 |
require_relative '../config/boot' |
| 8 | 4 |
require 'rails/commands' |
@@ -1,8 +1,4 @@ |
||
| 1 | 1 |
#!/usr/bin/env ruby |
| 2 |
-begin |
|
| 3 |
- load File.expand_path("../spring", __FILE__)
|
|
| 4 |
-rescue LoadError |
|
| 5 |
-end |
|
| 6 | 2 |
require_relative '../config/boot' |
| 7 | 3 |
require 'rake' |
| 8 | 4 |
Rake.application.run |
@@ -1,7 +1,3 @@ |
||
| 1 | 1 |
#!/usr/bin/env ruby |
| 2 |
-begin |
|
| 3 |
- load File.expand_path("../spring", __FILE__)
|
|
| 4 |
-rescue LoadError |
|
| 5 |
-end |
|
| 6 | 2 |
require 'bundler/setup' |
| 7 | 3 |
load Gem.bin_path('rspec-core', 'rspec')
|