sw2at-tw 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/swat/test_world/rspec_setup.rb +0 -1
- data/lib/swat/test_world/templates/test_world_subclass.rb +2 -1
- data/sw2at-tw.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9f2d7adefa18a2dadcfd5a48bd7cb657938a729
|
|
4
|
+
data.tar.gz: 4f5981dcf0628c615e1efd8523f63cbd1e41e8c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 649811934a3d0554196aca5550d2051081c86361f18a8ae9365e2108b469788d9732ca05cb72fc955cc95ff4089d6ecf4a46dbe5817ca0f435ab4a47d4e931ee
|
|
7
|
+
data.tar.gz: 02e9b77048a5c6066705531b0b495bbe135f9885caf7af8ebd2a66712184a3253396331618f9b811ff41369258cd2182ed487fbc530a3d6b046158db03344c3f
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
|
@@ -5,7 +5,6 @@ module Swat
|
|
|
5
5
|
def init_tw(options = TestWorld.config.klass::BASE_OPTIONS)
|
|
6
6
|
before(:each) do |example|
|
|
7
7
|
Timecop.travel( TestWorld.config.klass.moment ) if TestWorld.config.klass.moment
|
|
8
|
-
TestWorld.config.klass
|
|
9
8
|
@tw = TestWorld.config.klass.new(options)
|
|
10
9
|
@tw.before_each(example, self)
|
|
11
10
|
end
|
data/sw2at-tw.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: sw2at-tw 0.0.
|
|
5
|
+
# stub: sw2at-tw 0.0.3 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "sw2at-tw"
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.3"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Vitaly Tarasenko"]
|
|
14
|
-
s.date = "2015-06-
|
|
14
|
+
s.date = "2015-06-22"
|
|
15
15
|
s.description = " You can define your own strategies for test data generation. And simply create them in RSpec tests. "
|
|
16
16
|
s.email = "vetal.tarasenko@gmail.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sw2at-tw
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vitaly Tarasenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sw2at-capybara
|