We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d7389 commit a2d1efbCopy full SHA for a2d1efb
Guardfile
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-guard :rspec, cmd: 'bundle exec rspec' do
+guard :rspec, cmd: 'bin/rspec' do
4
require 'guard/rspec/dsl'
5
dsl = Guard::RSpec::Dsl.new(self)
6
0 commit comments