Skip to content

Commit 79b051d

Browse files
committed
Add 7th edition link
1 parent e2a5526 commit 79b051d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Guardfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -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+
15
require 'active_support/core_ext/string'
26
# Defines the matching rules for Guard.
37
guard :minitest, spring: "bin/rails test", all_on_start: false do
@@ -69,4 +73,4 @@ end
6973
# Returns all tests for the given resource.
7074
def resource_tests(resource)
7175
integration_tests(resource) << controller_test(resource)
72-
end
76+
end

0 commit comments

Comments
 (0)