chore: install Guard and Guard-RSpec for continuous test feedback#130
Open
marcosdemelo wants to merge 1 commit intoannacruz:mainfrom
Open
chore: install Guard and Guard-RSpec for continuous test feedback#130marcosdemelo wants to merge 1 commit intoannacruz:mainfrom
marcosdemelo wants to merge 1 commit intoannacruz:mainfrom
Conversation
Add Guard and Guard-RSpec as development dependencies to enable continuous test feedback during development. Includes Guardfile configured to watch lib and spec files, automatically running RSpec on changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Installs Guard and Guard-RSpec as development dependencies, enabling automated test execution during development whenever source or spec files change.
Changes
ofx.gemspec: addedguard (~> 2.20)andguard-rspec (~> 4.7)as development dependenciesGuardfile: new file configuring Guard to watchlib/andspec/files and re-run RSpec on changesGemfile.lock: updated after runningbundle installHow to use
bundle exec guardGuard will start watching the project and automatically run the relevant specs whenever a file changes.
Versions installed
🤖 Generated with Claude Code