auto_test 0.0.8.2 → 0.0.8.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/auto_test/version.rb +1 -1
- data/lib/test.rb +4 -3
- metadata +1 -1
data/lib/auto_test/version.rb
CHANGED
data/lib/test.rb
CHANGED
@@ -6,13 +6,14 @@ module AutoTest
|
|
6
6
|
|
7
7
|
# initialize all variables
|
8
8
|
def initialize_test
|
9
|
-
|
10
|
-
|
9
|
+
Error.init_error
|
10
|
+
|
11
|
+
User.init_users
|
12
|
+
User.init_login_data
|
11
13
|
init_action_path
|
12
14
|
init_depth
|
13
15
|
init_inputs
|
14
16
|
init_always_present
|
15
|
-
Error.init_error
|
16
17
|
init_object_dependencies
|
17
18
|
init_stop_at_first_error
|
18
19
|
init_stop
|