We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a5526 commit 79b051dCopy full SHA for 79b051d
Guardfile
@@ -1,3 +1,7 @@
1
+# This is the Guardfile for the 6th edition of the Rails Tutorial.
2
+# For the 7th edition, see here:
3
+# https://github.com/learnenough/rails_tutorial_sample_app_7th_ed/blob/main/Guardfile
4
+
5
require 'active_support/core_ext/string'
6
# Defines the matching rules for Guard.
7
guard :minitest, spring: "bin/rails test", all_on_start: false do
@@ -69,4 +73,4 @@ end
69
73
# Returns all tests for the given resource.
70
74
def resource_tests(resource)
71
75
integration_tests(resource) << controller_test(resource)
72
-end
76
+end
0 commit comments