Skip to content

Commit

Permalink
guard 套用 spring 跑 rspec 有奇怪的錯誤,先拿掉
Browse files Browse the repository at this point in the history
  • Loading branch information
zx1986 committed Jan 16, 2018
1 parent 829d4b3 commit 199458e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def source_paths
gem 'rspec-rails'
gem 'dotenv-rails'
gem 'awesome_print'
gem 'spring'
gem 'byebug'
gem 'faker'
gem 'fabrication'
Expand Down

0 comments on commit 199458e

Please sign in to comment.