Skip to content

Commit a2d1efb

Browse files
committed
Minor change
1 parent a0d7389 commit a2d1efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guardfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
guard :rspec, cmd: 'bundle exec rspec' do
3+
guard :rspec, cmd: 'bin/rspec' do
44
require 'guard/rspec/dsl'
55
dsl = Guard::RSpec::Dsl.new(self)
66

0 commit comments

Comments
 (0)