Removed "rails s" from Guardfile

This commit is contained in:
Christoph Haas 2015-04-24 12:20:06 +02:00
parent 2a020a2193
commit f0fec31123

View file

@ -39,10 +39,10 @@
# zeus: false # enables zeus gem.
# CLI: 'rails server' # customizes runner command. Omits all options except `pid_file`!
guard 'rails' do
watch('Gemfile.lock')
watch(%r{^(config|lib)/.*})
end
#guard 'rails' do
# watch('Gemfile.lock')
# watch(%r{^(config|lib)/.*})
#end
guard :minitest do
watch(%r{^app/(.+)\.rb$}) { |m| "test/#{m[1]}_test.rb" }