auto_test 0.0.8.2 → 0.0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/auto_test/version.rb +1 -1
  2. data/lib/test.rb +4 -3
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.8.2"
2
+ VERSION = "0.0.8.3"
3
3
  end
data/lib/test.rb CHANGED
@@ -6,13 +6,14 @@ module AutoTest
6
6
 
7
7
  # initialize all variables
8
8
  def initialize_test
9
- User::init_users
10
- User::init_login_data
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
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: auto_test
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8.2
5
+ version: 0.0.8.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens