Skip to content

Releases: perrystreetsoftware/Rubyzen

0.2.0

03 Jun 15:28
b02a0eb

Choose a tag to compare

⚠️ Breaking change

require 'rubyzen' now loads only Rubyzen's core API. It no longer loads the RSpec matchers. You now need to explicitly require the respective adapter of your testing framework:

  • RSpec: require 'rubyzen/rspec'
  • Minitest: require 'rubyzen/minitest'

rspec is also no longer a runtime dependency. RSpec users need to manually add gem 'rspec' (or rspec-rails) in their Gemfile, if they don't have it already.

Migrating from 0.1.x

  • Simply replace require 'rubyzen' with require 'rubyzen/rspec'.

✨ Highlights

  • Minitest support (#32). Write lint rules with Minitest using assert_zen_empty / assert_zen_true / assert_zen_false. Use require 'rubyzen/minitest' to access these assertions.

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

15 May 00:43
2fe727a

Choose a tag to compare

What's Changed

Full Changelog: 0.0.10...0.1.0

0.0.10

08 May 22:58
18b57cf

Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.0.10

0.0.9

01 May 19:24
32da7eb

Choose a tag to compare

What's Changed

Full Changelog: 0.0.8...0.0.9

0.0.8

27 Apr 21:30
8c632bb

Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

15 Apr 13:45
56ccf85

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.6...0.0.7

0.0.6

03 Apr 00:17
f9300db

Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...0.0.6

0.0.5

14 Nov 11:28
759acb5

Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5

0.0.4

14 Nov 11:27
e37e475

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.3...0.0.4

0.0.3

27 Oct 14:55
71eb6a2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.2...0.0.3