unit-record
Enables testing ActiveRecord classes without hitting the database.
File Explorer
Download Latest Version (.zip)- unit_record_adapter.rb
- association_stubbing.rb
- column_extension.rb
- disconnected_active_record.rb
- disconnected_fixtures.rb
- disconnected_test_case.rb
- unit_record.rb
- unit_record_adapter_test.rb
- schema.rb
- association_stubbing_test.rb
- column_cacher_test.rb
- column_extension_test.rb
- column_test.rb
- controller_test.rb
- disconnected_active_record_test.rb
- disconnected_fixtures_test.rb
- disconnected_test_case_test.rb
- unit_record_test.rb
- sample_spec.rb
- test_helper.rb
- array_extension.rb
- definition_error.rb
- dust.rb
- nil_extension.rb
- object_extension.rb
- string_extension.rb
- symbol_extension.rb
- test_case_extension.rb
- all_tests.rb
- failing_with_helper_unit_test.rb
- failing_with_setup_unit_test.rb
- functional_test.rb
- passing_unit_test.rb
- passing_with_helper_unit_test.rb
- passing_with_helpers_unit_test.rb
- passing_with_setup_unit_test.rb
- test_helper.rb
- rakefile.rb
- README
- .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 RecommendedPrerequisites
- 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
Was this content helpful?
(0 ratings)
