File: README

package info (click to toggle)
ruby-seed-fu 2.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: ruby: 548; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To run the specs:

  gem install bundler # If not already installed
  bundle install      # Install the dependencies
  rspec spec/         # Run the specs

By default an sqlite3 database is used.

To test others:

  DB=mysql rspec spec/
  DB=postgresql rspec spec/

In each of these cases, you'll need to create a database named "spec_fu_test".

The connection paramaters for each of these are specified in spec/connections/, which you can edit if necessary (for example to change the username/password).