1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: ruby-database-cleaner
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Build-Depends: debhelper (>= 11~),
gem2deb,
procps,
rake,
redis-server,
ruby-activerecord,
ruby-mysql2,
ruby-pg,
ruby-redis,
ruby-rspec,
ruby-sequel,
ruby-sqlite3
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-database-cleaner.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-database-cleaner
Homepage: https://github.com/DatabaseCleaner/database_cleaner
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-database-cleaner
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: clean databases to ensure a clean state for testing
Strategies for cleaning databases. Can be used to ensure a clean state
for testing.
.
Each strategy is a small amount of code but is code that is usually needed
in any ruby app that is testing with a database.
.
ActiveRecord, DataMapper, Sequel, MongoMapper, Mongoid, CouchPotato, Ohm and
Redis are supported.
|