auto_test 0.0.8.3 → 0.0.8.4

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 +2 -2
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.0.8.3"
2
+ VERSION = "0.0.8.4"
3
3
  end
data/lib/test.rb CHANGED
@@ -8,8 +8,8 @@ module AutoTest
8
8
  def initialize_test
9
9
  Error.init_error
10
10
 
11
- User.init_users
12
- User.init_login_data
11
+ AutoTest::User.init_users
12
+ AutoTest::User.init_login_data
13
13
  init_action_path
14
14
  init_depth
15
15
  init_inputs
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.3
5
+ version: 0.0.8.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens