auto_test 0.0.8.1 → 0.0.8.2

Sign up to get free protection for your applications and to get access to all the features.
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.1"
2
+ VERSION = "0.0.8.2"
3
3
  end
data/lib/test.rb CHANGED
@@ -6,8 +6,8 @@ module AutoTest
6
6
 
7
7
  # initialize all variables
8
8
  def initialize_test
9
- User.init_users
10
- User.init_login_data
9
+ User::init_users
10
+ User::init_login_data
11
11
  init_action_path
12
12
  init_depth
13
13
  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.1
5
+ version: 0.0.8.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens