File: control

package info (click to toggle)
ruby-factory-bot 6.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,372 kB
  • sloc: ruby: 7,827; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,282 bytes parent folder | download
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
Source: ruby-factory-bot
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Georg Faerber <georg@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-activerecord,
               ruby-activesupport,
               ruby-rspec,
               ruby-rspec-its,
               ruby-sqlite3,
               ruby-timecop
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-factory-bot.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-factory-bot
Homepage: https://github.com/thoughtbot/factory_bot
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-factory-bot
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Breaks: ruby-factory-bot-rails (<< 6.3)
Description: Framework and DSL for defining and using model instance factories
 factory_bot provides a fixtures replacement with a straightforward definition
 syntax, support for multiple build strategies (saved instances, unsaved
 instances, attribute hashes, and stubbed objects), and support for multiple
 factories for the same class (user, admin_user, and so on), including factory
 inheritance.