0.0
The project is in a healthy, maintained state
Use metaprogrammed cache-models to store data you create on-the-fly. Access and retrieve references to data created from any place inside your tests.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 3.12
~> 1.59.0
~> 2.25.0

Runtime

 Project Readme

testingrecord

TestingRecord - a lightweight drop-in metaprogramming framework that allows you to keep track of what you've created on websites

  • History
  • Usage
  • Development
  • Enabling gem methods

History

This in a new gem I've made to facilitate testing on websites where you want to track all data being created

This gem was made to try solve the problem where I had been caching models each time at new jobs, hopefully some of the stuff here will be useful

The gem is currently version unstable

Usage

Install the gem and add to the application's Gemfile by executing:

$ bundle add testingrecord

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install testingrecord

Development

After checking out the repo, run bundle exec rspec to run the tests

Bug reports and pull requests are welcome on GitHub at https://github.com/site-prism/testingrecord

Enabling gem methods

The gem methods TODO.....

Usage

TODO...