File: CHANGELOG.md

package info (click to toggle)
ruby-test-construct 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: ruby: 762; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# TestConstruct Changelog

## v2.0.2

* Fixes line endings on Windows (@MSP-Greg)

## v2.0.1

* Adds support for RSpec 3 (@jcouball)

## v2.0.0

Enhancements:

* Add RSpec 2 support (@avdi)
* Option to persist directories after test run or after failure (@avdi)
* Add naming of created directories (@avdi)

Other:

* Non-backwards-compatible change to `TestConstruct::Helpers#create_construct` method signature (takes option hash now)