mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Update Guardfile to run stuff under lib
This commit is contained in:
parent
f55962ddcb
commit
72f87569a3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
guard 'rspec', :version => 2, :notification => false do
|
guard 'rspec', :version => 2, :notification => false do
|
||||||
watch(%r{^spec/.+_spec\.rb$})
|
watch(%r{^spec/.+_spec\.rb$})
|
||||||
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
|
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
|
||||||
watch('spec/spec_helper.rb') { "spec" }
|
watch('spec/spec_helper.rb') { "spec" }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue