Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 1, 2024
1 parent 5fe2283 commit 6a16e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

guard :rspec, cmd: 'bundle exec rspec' do
guard :rspec, cmd: 'bin/rspec' do
require 'guard/rspec/dsl'
dsl = Guard::RSpec::Dsl.new(self)

Expand Down

0 comments on commit 6a16e83

Please sign in to comment.