reqres_rspec 0.0.12 → 0.0.13
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/lib/reqres_rspec/version.rb +1 -1
- data/lib/reqres_rspec/writers/templates/spec.erb +8 -0
- 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: d7f4297cb38203478dfee0bc851465148f20dfb1
|
|
4
|
+
data.tar.gz: 19bb1d820779125ad9bb82642038009a7e603a88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 359a7c0536cd917c568764f26c02fb6bdf00306e09511cc95774e04df1f56e6e36a00473dd724cc890039894d8f25bc292368e8e89e796ebb9ee4481cb0308b5
|
|
7
|
+
data.tar.gz: 7f41b63c9004e437f4f75dc7c9d2c35e5aa8e906c28f95497f3e427913855c1ccb1a940bb8177d6b67b2cc8bbf3e2fba4361a8887a42e1d3f53868c4f83d295b
|
data/lib/reqres_rspec/version.rb
CHANGED
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
}
|
|
112
112
|
code{
|
|
113
113
|
white-space: pre-line;
|
|
114
|
+
word-wrap: break-word;
|
|
114
115
|
padding: 10px;
|
|
115
116
|
font-size: 0.85em;
|
|
116
117
|
}
|
|
@@ -124,10 +125,17 @@
|
|
|
124
125
|
}
|
|
125
126
|
ol li{
|
|
126
127
|
white-space: pre;
|
|
128
|
+
word-wrap: break-word;
|
|
127
129
|
border-left: 1px solid #ccc;
|
|
128
130
|
margin: 0;
|
|
129
131
|
padding: 0 4px;
|
|
130
132
|
}
|
|
133
|
+
ol li:first-child{
|
|
134
|
+
padding-top: 5px;
|
|
135
|
+
}
|
|
136
|
+
ol li:last-child{
|
|
137
|
+
padding-bottom: 5px;
|
|
138
|
+
}
|
|
131
139
|
</style>
|
|
132
140
|
</head>
|
|
133
141
|
<body>
|