adds dependencies
This commit is contained in:
parent
05ec5276fd
commit
b55da5631d
3 changed files with 24 additions and 0 deletions
5
Guardfile
Normal file
5
Guardfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
guard "rspec" do
|
||||
watch(%r{^spec/.+_spec\.rb$})
|
||||
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
|
||||
watch("spec/spec_helper.rb") { "spec" }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue