true 2.0.0.alpha.3 → 2.0.0.alpha.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/sass/true/_assert.scss +2 -2
- 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: 2e47d57acd1a657e398b93a6552f5b3c167fb866
|
4
|
+
data.tar.gz: 2fc755c6ac44d775c55666bae450abb446e798a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b625764346d9b96172c3537fe473aca943fd80cb322b7be47eccba863785c4a6464b5554c9325f4fb5bcf29b17b18c083c6f9d42b8f5ca105a33a511d30bbe80
|
7
|
+
data.tar.gz: e393a372934285e50f3c284f9fe2b966646d1bae3ab8becdfb0a8371e1417cb6fcb7230ace34554b352abbbe5703f554f6fdfd4775ce9cf2bb3059c7bed6624e
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.0.alpha.
|
1
|
+
2.0.0.alpha.3
|
data/sass/true/_assert.scss
CHANGED
@@ -146,9 +146,9 @@
|
|
146
146
|
@if $terminal == details {
|
147
147
|
@debug '[FAIL] #{_true-context(test)} » #{_true-context(assert)}';
|
148
148
|
@debug 'Expected #{$expected-type} »';
|
149
|
-
@debug inspect($expected);
|
149
|
+
@debug _true-inspect($expected);
|
150
150
|
@debug 'Returned #{$returned-type} »';
|
151
|
-
@debug inspect($returned);
|
151
|
+
@debug _true-inspect($returned);
|
152
152
|
}
|
153
153
|
|
154
154
|
@if $terminal {
|