Removed "rails s" from Guardfile
This commit is contained in:
parent
2a020a2193
commit
f0fec31123
1 changed files with 4 additions and 4 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue