Sha256: a00fa51130bf49170c2275c651d739c8ef188dc77d8bd9261237043429bcdd8d

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

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:
  mysql2
    switch `gem 'mysql2'` # In Gemfile
    bundle install
    DB=mysql2 rspec spec/

  postgresql
    switch `gem 'pg'` # In Gemfile
    bundle install
    DB=postgresql rspec spec/

In each of these cases, you'll need to create a database named "seed_ext_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).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seed_ext-0.0.1 spec/README