spring 2.0.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/spring/test.rb DELETED
@@ -1,18 +0,0 @@
1
- require "active_support"
2
- require "active_support/test_case"
3
-
4
- ActiveSupport.test_order = :random
5
-
6
- module Spring
7
- module Test
8
- class << self
9
- attr_accessor :root
10
- end
11
-
12
- require "spring/test/application"
13
- require "spring/test/application_generator"
14
- require "spring/test/rails_version"
15
- require "spring/test/watcher_test"
16
- require "spring/test/acceptance_test"
17
- end
18
- end