mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-18 07:51:29 +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)
|
# * zeus: 'zeus rspec' (requires the server to be started separately)
|
||||||
# * 'just' rspec: 'rspec'
|
# * 'just' rspec: 'rspec'
|
||||||
|
|
||||||
guard :rspec, cmd: 'rspec', spec_paths: ['ruby'] do
|
guard :rspec, cmd: 'rspec', spec_paths: ["./"] do
|
||||||
watch(%r{^ruby/.+_spec\.rb$})
|
watch(%r{.+_spec\.rb$}) { |m| "./#{m[0]}" }
|
||||||
watch("ruby/gilded_rose.rb") { "ruby/gilded_rose_spec.rb" }
|
watch("gilded_rose.rb") { "./gilded_rose_spec.rb" }
|
||||||
end
|
end
|
||||||
Loading…
Reference in New Issue
Block a user