test-factory 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- test-factory (0.0.6)
4
+ test-factory (0.0.7)
5
5
  watir-webdriver (>= 0.6.1)
6
6
 
7
7
  GEM
@@ -98,6 +98,7 @@ module DateFactory
98
98
  def in_a_year
99
99
  date_factory(Time.now + (3600*24*365))
100
100
  end
101
+ alias next_year in_a_year
101
102
 
102
103
  def yesterday
103
104
  date_factory(Time.now - (3600*24))
data/test-factory.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'test-factory'
3
- s.version = '0.0.6'
3
+ s.version = '0.0.7'
4
4
  s.summary = %q{rSmart's framework for creating automated testing scripts}
5
5
  s.description = %q{This gem provides a set of modules and methods to help quickly and DRYly create a test automation framework using Ruby and Watir (or watir-webdriver).}
6
6
  s.files = Dir.glob("**/**/**")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: