cucumber-persona 0.2.0 → 0.2.1
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 +5 -5
- data/README.md +2 -2
- data/lib/cucumber/persona.rb +1 -1
- data/lib/cucumber/persona/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 07da4369efbe48f49d405f0cd9b3e1da5512ddb79b9174e01d1bd24ac2f2e482
|
4
|
+
data.tar.gz: 70acbc4c6cfc9bcb524fe1241ff82a1e6ea5570ce8412cf12de257ae57ab1044
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08cb2da14d2423e75eea3e2bdefa44318be06cb7ab0abf5cdc7e9b8df18f08978e989833839e84a3bc288cefd33e54e82fefc612a19da4cc1efdd15af1de5f91'
|
7
|
+
data.tar.gz: 7cbd48fd758e9c5ef6df1fb56f7a9f5771fd224a8a9a34e3bb0d5f7dca73e108fcd30274af2d4563f1a89bd36900a3f91dfc6bfca08bfe7b82e479074ad9df82
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Cucumber::Persona
|
2
2
|
|
3
|
-
[](https://codeclimate.com/github/starfighterheavy/cucumber-persona)
|
4
4
|
[](https://gemnasium.com/starfighterheavy/cucumber-persona)
|
5
5
|
[](https://badge.fury.io/rb/cucumber-persona)
|
6
6
|
|
@@ -40,7 +40,7 @@ Or install it yourself as:
|
|
40
40
|
|
41
41
|
## Usage
|
42
42
|
|
43
|
-
In your `
|
43
|
+
In your `features/support/env.rb` file, add `require 'cucumber/persona'`.
|
44
44
|
|
45
45
|
To create your first Persona, create add a `personas` directory to your `features` directory (or wherever you'd like to place it) and create a `.rb` new file, typically named after a Persona, e.g. `han_solo.rb`, or a category of personas, e.g. `customers.rb`, similar to how you would define a model with FactoryGirl. That file will look something like this:
|
46
46
|
|
data/lib/cucumber/persona.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-persona
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Kirst
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
version: '0'
|
107
107
|
requirements: []
|
108
108
|
rubyforge_project:
|
109
|
-
rubygems_version: 2.
|
109
|
+
rubygems_version: 2.7.6
|
110
110
|
signing_key:
|
111
111
|
specification_version: 4
|
112
112
|
summary: Easily create data models for use in testing and development.
|