add guard livereload

This commit is contained in:
Tanguy PATTE 2015-11-20 13:54:23 +01:00
parent 1379d6d495
commit bcf712828e
3 changed files with 54 additions and 1 deletions

View file

@ -76,6 +76,7 @@ group :test do
gem 'timecop'
gem 'guard'
gem 'guard-rspec', require: false
gem 'guard-livereload', '~> 2.4', require: false
end
group :development, :test do