Skip to content

Commit 614111e

Browse files
committed
Remove legacy versioning from Guardfile
1 parent cab77aa commit 614111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guardfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A sample Guardfile
22
# More info at https://github.com/guard/guard#readme
33

4-
guard 'rspec', :version => 1 do
4+
guard :rspec do
55
watch(%r{^spec/.+_spec\.rb$})
66
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
77
watch('spec/spec_helper.rb') { "spec" }

0 commit comments

Comments
 (0)