Sha256: 7fef91239f85cb74b2f37a15b2036e3f509c188381f2d3a8cad83f8b62be61ee

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

# Schema Expectations Changelog

### git master
- added `validate_schema_uniqueness`

### 0.2.0 (Febuary 18, 2015)

- support activerecord 3.1 to 4.2
- support rspec 3.0 to 3.2
- `validate_schema_nullable` #failure_message_when_negated works
- `validate_schema_nullable` #description works
- `validate_schema_nullable` supports belongs_to association validators
- `validate_schema_nullable` supports polymorphic belongs_to association validators
- `validate_schema_nullable` skips primary key and timestamps
- `validate_schema_nullable` is aware of columns with default values
- `validate_schema_nullable` is aware of columns with default functions
- postgres support
- mysql support

### 0.0.1 (February 12, 2015)

- `validate_schema_nullable` supports being called on AR instances
- documented `validate_schema_nullable`

### 0.0.0 (February 12, 2015)

- Added `validate_schema_nullable` matcher

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schema_expectations-0.3.0 CHANGELOG.md