bddfire 1.8.9 → 1.9.0
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 +8 -8
- data/README.markdown +2 -2
- data/lib/bddfire/version.rb +1 -1
- data/lib/bddfire/web/headless_steps.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjZjOTJjMWEzMzliMTI3Mzc4ZWQxOTQ4NWI5MjVmZDgyYjU2ZTZmZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzY2NWU1YTJiNWY5ZjhlOWUxNDUxZDg2MGE5YzA5ZmI5NjdiZjM1OQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OWU2NTljYzhhZTY3OGE5NWNmYTBjOWNjNmQ0ZTllY2IyNjkwNTQxOGY3YzVj
|
|
10
|
+
OGE3OWZjNDYwNDBhZDRiODM1ZTQ0ZjhiMzkwNTdhMjQwNTdhZDYwMGViMTk0
|
|
11
|
+
ZTAxMjBiNTc2OTQ2NjVjNDNmMDdhNDc4OTI0NjcyNWZjNWM1ODA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZTkzZGJjMmIzNDI3ZDcxYjE1MjM1ZDA0NDlkNTVhMTU2MDY3NTU4MTE3NWM0
|
|
14
|
+
NTE1OGRhMTY1MTA2YzJkYWUzOTBiNjc2ZjY5NmQ5Y2YxY2M4MTZjMTdlYWQ5
|
|
15
|
+
OGFiZGE5OTYzYzU1N2E3MzgwZDI4MzViZjkzM2VmNzAxMTgzMTk=
|
data/README.markdown
CHANGED
|
@@ -49,8 +49,8 @@ Once installed, you can run cucumber with multiple caybara driver
|
|
|
49
49
|
|
|
50
50
|
## Don't waste time writing steps. Use predefined
|
|
51
51
|
|
|
52
|
-
You can use
|
|
53
|
-
You can use headless Poltergeist based [pre-defined-steps
|
|
52
|
+
You can use[Browser based](https://github.com/Shashikant86/bddfire/blob/master/pre-defined-steps/capybara_steps.md) steps
|
|
53
|
+
You can use headless Poltergeist based [headless Poltergeist based](https://github.com/Shashikant86/bddfire/blob/master/pre-defined-steps/headless_steps.md) steps
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
##### Use Selenium Firefox
|
data/lib/bddfire/version.rb
CHANGED