We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents deb2502 + aca592a commit 6c63111Copy full SHA for 6c63111
README.md
@@ -27,10 +27,10 @@ All site configurations are either contained in `_config.yml` or `_data/settings
27
28
To run all tests: `rake test` or just `rake`
29
30
-To run one test file: `rake TEST=test/test_rake_posts_new`
+To run one test file: `rake TEST=test/test_site_content`
31
32
To run an individual test in a test file:
33
-`rake TEST=test/test_rake_posts_new TESTOPTS=--name=test_rake_posts_new`
+`rake TEST=test/test_site_content TESTOPTS=--name=test_site_displays_no_empty_nicks`
34
35
Before running tests for the first time, you may need to run `bundle update`.
36
test/test_rake_posts_new.rb
0 commit comments