unit-record

(โ˜… 110)

Enables testing ActiveRecord classes without hitting the database.

  • .gitignore
  • CHANGELOG
  • LICENSE
  • Rakefile
  • README.md
  • unit-record.gemspec

# Installation Guide

1. Get the code
git clone https://github.com/dan-manges/unit-record

Downloads the entire project code from GitHub to your computer.

cd unit-record

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Ruby Ruby is required to use gem.
gem install unit_record

Installs the package published on RubyGems directly.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation