We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1020a81 commit 8166762Copy full SHA for 8166762
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