calabash-cucumber 0.9.118 → 0.9.119

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.
@@ -20,7 +20,7 @@ class Calabash::IBase
20
20
  "navigationItemView marked:'#{self.title}'"
21
21
  end
22
22
 
23
- def base(clz,*args)
23
+ def page(clz,*args)
24
24
  clz.new(@world,*args)
25
25
  end
26
26
 
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Cucumber
3
- VERSION = "0.9.118"
3
+ VERSION = "0.9.119"
4
4
  FRAMEWORK_VERSION = "0.9.117"
5
5
  end
6
6
  end
@@ -91,9 +91,9 @@ module Calabash
91
91
  options[:screenshot_on_error] = options[:screenshot_on_error] || true
92
92
 
93
93
  if options[:condition] == CALABASH_CONDITIONS[:none_animating]
94
- puts "Waiting for none-animating has been found unreliable."
95
- puts "You are advised not to use it until this is resolved."
96
- puts "Test will continue..."
94
+ #puts "Waiting for none-animating has been found unreliable."
95
+ #puts "You are advised not to use it until this is resolved."
96
+ #puts "Test will continue..."
97
97
  end
98
98
  begin
99
99
  Timeout::timeout(options[:timeout],WaitError) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.118
4
+ version: 0.9.119
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-01 00:00:00.000000000 Z
12
+ date: 2012-11-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber