auto_test 0.1.8.5 → 0.1.9

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/page.rb +2 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.1.8.5"
2
+ VERSION = "0.1.9"
3
3
  end
data/lib/page.rb CHANGED
@@ -69,10 +69,11 @@ module AutoTest
69
69
  Test.sessions(i, "iteration", Test.get_sessions(i, "iteration") + 1)
70
70
  end
71
71
  rescue => e
72
- STDOUT.write("\r#{Test.run}. run: \t#{Test.link_counter} links clicked, \t#{Test.users_logged_in} users logged in, \t#{Error.get_error} Errors")
73
72
  if Test.stop_at_first_error? then Test.stop! end
74
73
  message = e.message.to_s + " :" + e.backtrace.first.to_s
75
74
  Error.inc_error message
75
+ STDOUT.write("\r#{Test.run}. run: \t#{Test.link_counter} links clicked, \t#{Test.users_logged_in} users logged in, \t#{Error.get_error} Errors")
76
+
76
77
  end
77
78
  else
78
79
  Test.sessions(i, "iteration", 0)
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.8.5
5
+ version: 0.1.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-10-08 00:00:00 Z
13
+ date: 2012-10-10 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: faker