Skip to content

Commit

Permalink
Removed commented out spork section that we're not using currently.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Nov 19, 2011
1 parent 61d1ddd commit 642e12e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 65 deletions.
13 changes: 0 additions & 13 deletions api/Guardfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# guard 'spork', :wait => 60, :cucumber => false, :rspec_env => { 'RAILS_ENV' => 'test' } do
# watch('config/application.rb')
# watch('config/environment.rb')
# watch(%r{^config/environments/.+\.rb$})
# watch(%r{^config/initializers/.+\.rb$})
# watch('spec/spec_helper.rb')
# watch(%r{^spec/support/.+\.rb$})
#
# engines.each do |engine|
# watch(%r{^spec/support/.+\.rb$})
# end
# end

guard 'rspec', :version => 2, :spec_paths => %w(spec),
:cli => (File.read('.rspec').split("\n").join(' ') if File.exists?('.rspec')) do
watch(%r{^spec/.+_spec\.rb$})
Expand Down
13 changes: 0 additions & 13 deletions auth/Guardfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# guard 'spork', :wait => 60, :cucumber => false, :rspec_env => { 'RAILS_ENV' => 'test' } do
# watch('config/application.rb')
# watch('config/environment.rb')
# watch(%r{^config/environments/.+\.rb$})
# watch(%r{^config/initializers/.+\.rb$})
# watch('spec/spec_helper.rb')
# watch(%r{^spec/support/.+\.rb$})
#
# engines.each do |engine|
# watch(%r{^spec/support/.+\.rb$})
# end
# end

guard 'rspec', :version => 2, :spec_paths => %w(spec),
:cli => (File.read('.rspec').split("\n").join(' ') if File.exists?('.rspec')) do
watch(%r{^spec/.+_spec\.rb$})
Expand Down
13 changes: 0 additions & 13 deletions core/Guardfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# guard 'spork', :wait => 60, :cucumber => false, :rspec_env => { 'RAILS_ENV' => 'test' } do
# watch('config/application.rb')
# watch('config/environment.rb')
# watch(%r{^config/environments/.+\.rb$})
# watch(%r{^config/initializers/.+\.rb$})
# watch('spec/spec_helper.rb')
# watch(%r{^spec/support/.+\.rb$})
#
# engines.each do |engine|
# watch(%r{^spec/support/.+\.rb$})
# end
# end

guard 'rspec', :version => 2, :spec_paths => %w(spec),
:cli => (File.read('.rspec').split("\n").join(' ') if File.exists?('.rspec')) do
watch(%r{^spec/.+_spec\.rb$})
Expand Down
13 changes: 0 additions & 13 deletions dash/Guardfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# guard 'spork', :wait => 60, :cucumber => false, :rspec_env => { 'RAILS_ENV' => 'test' } do
# watch('config/application.rb')
# watch('config/environment.rb')
# watch(%r{^config/environments/.+\.rb$})
# watch(%r{^config/initializers/.+\.rb$})
# watch('spec/spec_helper.rb')
# watch(%r{^spec/support/.+\.rb$})
#
# engines.each do |engine|
# watch(%r{^spec/support/.+\.rb$})
# end
# end

guard 'rspec', :version => 2, :spec_paths => %w(spec),
:cli => (File.read('.rspec').split("\n").join(' ') if File.exists?('.rspec')) do
watch(%r{^spec/.+_spec\.rb$})
Expand Down
13 changes: 0 additions & 13 deletions promo/Guardfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# guard 'spork', :wait => 60, :cucumber => false, :rspec_env => { 'RAILS_ENV' => 'test' } do
# watch('config/application.rb')
# watch('config/environment.rb')
# watch(%r{^config/environments/.+\.rb$})
# watch(%r{^config/initializers/.+\.rb$})
# watch('spec/spec_helper.rb')
# watch(%r{^spec/support/.+\.rb$})
#
# engines.each do |engine|
# watch(%r{^spec/support/.+\.rb$})
# end
# end

guard 'rspec', :version => 2, :spec_paths => %w(spec),
:cli => (File.read('.rspec').split("\n").join(' ') if File.exists?('.rspec')) do
watch(%r{^spec/.+_spec\.rb$})
Expand Down

0 comments on commit 642e12e

Please sign in to comment.