stockpot 0.4.3
Exposes a few end points from your app, easily enabling CRUD actions on your database that you can utilize from things like a standalone test suite to set up state. (think: Cypress, Cucumber, etc.)
Gemfile:
=
install:
=
Runtime Dependencies (6):
database_cleaner-active_record
~> 2.0.1
database_cleaner-redis
~> 2.0.0
factory_bot_rails
~> 6.2.0
rails
~> 6.1.4
redis
~> 4.4.0
timecop
~> 0.9.4
Development Dependencies (8):
pg
~> 1.2.3
pry
~> 0.13.0
pry-byebug
~> 3.9
rake
~> 13.0.6
rspec-rails
~> 5.0.2
shoulda-matchers
~> 5.0.0
simplecov
~> 0.21.2
spicerack-styleguide
>= 0.26.0.4