auto_test 0.1.9.5 → 0.1.9.6

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/dsl.rb +1 -1
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.1.9.5"
2
+ VERSION = "0.1.9.6"
3
3
  end
data/lib/dsl.rb CHANGED
@@ -61,7 +61,7 @@ module AutoTest
61
61
  end
62
62
 
63
63
  def set_login_button(text)
64
- User.set_login_button(text)
64
+ Authentication.set_login_button(text)
65
65
  end
66
66
 
67
67
  # set the login path
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: auto_test
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.9.5
5
+ version: 0.1.9.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens