mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
Flatten guard file
This commit is contained in:
parent
70f590fd03
commit
e61edfed80
@ -24,7 +24,7 @@
|
||||
# * zeus: 'zeus rspec' (requires the server to be started separately)
|
||||
# * 'just' rspec: 'rspec'
|
||||
|
||||
guard :rspec, cmd: 'rspec', spec_paths: ['ruby'] do
|
||||
watch(%r{^ruby/.+_spec\.rb$})
|
||||
watch("ruby/gilded_rose.rb") { "ruby/gilded_rose_spec.rb" }
|
||||
guard :rspec, cmd: 'rspec', spec_paths: ["./"] do
|
||||
watch(%r{.+_spec\.rb$}) { |m| "./#{m[0]}" }
|
||||
watch("gilded_rose.rb") { "./gilded_rose_spec.rb" }
|
||||
end
|
||||
Loading…
Reference in New Issue
Block a user