Sha256: a9d48aef35304c5f5b9058cbd8d115cf6ef66871cbea6a68b043b29f75119915

Contents?: true

Size: 529 Bytes

Versions: 2

Compression:

Stored size: 529 Bytes

Contents

# v1.0
Moved all implements to https://github.com/rspec-parameterized/rspec-parameterized-core and https://github.com/rspec-parameterized/rspec-parameterized-table_syntax

For v0.x users, there is basically no need to do anything other than `bundle update`.

If you are not using `RSpec::Parameterized::TableSyntax`, you can write `rspec-parameterized-core` instead of `rspec-parameterized` in your `Gemfile` to reduce the dependency.

e.g.

```ruby
# Before
gem "rspec-parameterized"

# After
gem "rspec-parameterized-core"
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-parameterized-1.0.0 UPGRADING.md
rspec-parameterized-1.0.0.rc1 UPGRADING.md