Skip to content

chore: install Guard and Guard-RSpec for continuous test feedback#130

Open
marcosdemelo wants to merge 1 commit intoannacruz:mainfrom
marcosdemelo:chore/install-guard
Open

chore: install Guard and Guard-RSpec for continuous test feedback#130
marcosdemelo wants to merge 1 commit intoannacruz:mainfrom
marcosdemelo:chore/install-guard

Conversation

@marcosdemelo
Copy link
Copy Markdown
Contributor

@marcosdemelo marcosdemelo commented Mar 23, 2026

Summary

Installs Guard and Guard-RSpec as development dependencies, enabling automated test execution during development whenever source or spec files change.

Changes

  • ofx.gemspec: added guard (~> 2.20) and guard-rspec (~> 4.7) as development dependencies
  • Guardfile: new file configuring Guard to watch lib/ and spec/ files and re-run RSpec on changes
  • Gemfile.lock: updated after running bundle install

How to use

bundle exec guard

Guard will start watching the project and automatically run the relevant specs whenever a file changes.

Versions installed

Gem Version Notes
guard 2.20.1 Latest
guard-rspec 4.7.3 Latest (project in maintenance mode since 2016)

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant