simulacrum 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/simulacrum/version.rb +1 -1
- data/spec/lib/simulacrum/version_spec.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 211bc2dd2a91489cccfe005c66a3cf017adab418
|
4
|
+
data.tar.gz: c644bbba00d3cd42ffeac25f8c1c3eb619a35be3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f1481b45a67c7bbc6ae155b858145b33c4519183b1e8c019956b05a93fd06be4871cf88bef2e7998323ef3bc8cdaffed12bf7d84fade79061e33606e5045360
|
7
|
+
data.tar.gz: b563e0730f676456c04c023d14ecbc5855153699a2526b1904d3f6560dde7e0e913163a57f06c5662f22f2150414773b10164b80550b5815078b2de7000aeebb
|
data/README.md
CHANGED
@@ -14,7 +14,7 @@ Simulacrum is built around common tools in the Ruby development world, such as [
|
|
14
14
|
|
15
15
|
**🚧 This project is still a Work In Progress™, hopefully it can still be useful for you as I work on making it better and more robust.**
|
16
16
|
|
17
|
-
Feedback and PRs accepted and appreciated — see [Development](#
|
17
|
+
Feedback and PRs accepted and appreciated — see [Development](#development) below for how to get up and running.
|
18
18
|
|
19
19
|
## What problem is this solving?
|
20
20
|
|
@@ -80,7 +80,7 @@ $ simulacrum spec/ui/my_button_spec.rb # Run a specific spec
|
|
80
80
|
|
81
81
|
### Examples
|
82
82
|
|
83
|
-
There are some examples of how Simulacrum can be used in [examples](
|
83
|
+
There are some examples of how Simulacrum can be used in [examples](https://github.com/plasticine/simulacrum/tree/master/examples).
|
84
84
|
|
85
85
|
### Remote Selenium & Cross-device testing
|
86
86
|
|
data/lib/simulacrum/version.rb
CHANGED