From 199458ee9e358770fc5dad0f1df5fa82a6687a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=B5=E6=97=AD?= Date: Tue, 16 Jan 2018 17:03:51 +0800 Subject: [PATCH] =?UTF-8?q?guard=20=E5=A5=97=E7=94=A8=20spring=20=E8=B7=91?= =?UTF-8?q?=20rspec=20=E6=9C=89=E5=A5=87=E6=80=AA=E7=9A=84=E9=8C=AF?= =?UTF-8?q?=E8=AA=A4=EF=BC=8C=E5=85=88=E6=8B=BF=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/guard/guard-rspec/issues/390 --- Guardfile | 2 +- template.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Guardfile b/Guardfile index bc267cd..a11e98f 100644 --- a/Guardfile +++ b/Guardfile @@ -63,7 +63,7 @@ end # * zeus: 'zeus rspec' (requires the server to be started separately) # * 'just' rspec: 'rspec' -guard :rspec, cmd: "bundle exec spring rspec", all_on_start: false do +guard :rspec, cmd: "bundle exec rspec", all_on_start: false do require "guard/rspec/dsl" dsl = Guard::RSpec::Dsl.new(self) diff --git a/template.rb b/template.rb index ce63686..27e683e 100644 --- a/template.rb +++ b/template.rb @@ -46,7 +46,6 @@ def source_paths gem 'rspec-rails' gem 'dotenv-rails' gem 'awesome_print' - gem 'spring' gem 'byebug' gem 'faker' gem 'fabrication'