Skip to content

Commit f927b28

Browse files
mjqsamuel-williams-shopify
authored andcommitted
Replace rspec with sus in Getting Started guide
1 parent cfa4a4c commit f927b28

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

guides/getting-started/readme.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,14 @@ errors:
5757

5858
## Testing
5959

60-
Utopia websites include a default set of tests using `rspec`. These specs can test against the actual running website.
60+
Utopia websites include a default set of tests using `sus`. These specs can test against the actual running website.
6161

6262
~~~ bash
63-
$ rspec
63+
$ sus
6464

65-
website
66-
1 samples: 1x 200. 1170.96 requests per second. S/D: 0.000µs.
67-
should be responsive
68-
69-
Finished in 0.61764 seconds (files took 0.64705 seconds to load)
70-
1 example, 0 failures
65+
1 samples: 1x 200. 3703.7 requests per second. S/D: 0.000µs.
66+
1 passed out of 1 total (2 assertions)
67+
🏁 Finished in 247.4ms; 8.085 assertions per second.
7168
~~~
7269

7370
The website test will spider all pages on your site and report any broken links as failures.

0 commit comments

Comments
 (0)