rwebspec-webdriver 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  CHANGELOG
2
2
  =========
3
+ == 0.3.3
4
+
5
+ * [Fix] Page class to include Utils module
3
6
 
4
7
  == 0.3.2
5
8
  * add @browser instance in Page Object
data/Rakefile CHANGED
@@ -69,7 +69,7 @@ end
69
69
  spec = Gem::Specification.new do |s|
70
70
  s.platform= Gem::Platform::RUBY
71
71
  s.name = "rwebspec-webdriver"
72
- s.version = "0.3.2"
72
+ s.version = "0.3.3"
73
73
  s.summary = "Executable functional specification for web applications in RSpec syntax and Selenium-WebDriver"
74
74
  # s.description = ""
75
75
 
@@ -17,7 +17,7 @@ require 'spec'
17
17
  require 'selenium-webdriver'
18
18
 
19
19
  unless defined? RWEBSPEC_WEBDRIVER_VERSION
20
- RWEBSPEC_WEBDRIVER_VERSION = "0.3.2"
20
+ RWEBSPEC_WEBDRIVER_VERSION = "0.3.3"
21
21
  end
22
22
 
23
23
 
@@ -25,6 +25,7 @@ module RWebSpec
25
25
 
26
26
  include RWebSpec::WebDriver::Assert
27
27
  include RWebSpec::WebDriver::Driver
28
+ include RWebSpec::WebDriver::Utils
28
29
 
29
30
  # browser: passed to do assertion within the page
30
31
  # page_text: text used to identify the page, title will be the first candidate
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
8
+ - 3
9
+ version: 0.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Zhimin Zhan
@@ -14,7 +14,7 @@ autorequire: rwebspec-webdriver
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-01-22 00:00:00 +10:00
17
+ date: 2012-01-23 00:00:00 +10:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency