タグ

ブックマーク / rspec.info (6)

  • RSpec 3.4 がリリースされました!

    Yuji NakayamaNov 13, 2015RSpec 3.4 がリリースされました! 私たちは semantic versioning に準拠する方針を掲げているため、 このリリースはすでに RSpec 3 を使っている方にとってなにか対応が必要になるものではありません。 しかし、もし私たちがバグを作り込んでしまっていた場合は教えてください。 できるだけ早く修正をし、パッチ版をリリースします。 RSpec は世界中のコントリビュータと共に、コミュニティ主導のプロジェクトであり続けます。 今回のリリースには、50 人近くのコントリビュータによる 500 以上のコミットと 160 以上の pull request が含まれています! このリリースに向けて力になってくれたみなさん、ありがとう! 主要な変更 Core: Bisect アルゴリズムの改善 RSpec 3.3 では、 実行順序

    RSpec 3.4 がリリースされました!
    sue445
    sue445 2015/11/14
  • RSpec 3.3 has been released!

    Myron MarstonJun 12, 2015RSpec 3.3 has just been released! Given our commitment to semantic versioning, this should be a trivial upgrade for anyone already using RSpec 3.0, 3.1 or 3.2, but if we did introduce any regressions, please let us know, and we’ll get a patch release out with a fix ASAP. RSpec continues to be a community-driven project with contributors from all over the world. This releas

    RSpec 3.3 has been released!
    sue445
    sue445 2015/06/18
    個人的にはaggregate_failuresがよさそう(itの中に複数expect書くのを避けるためにbeforeの中でテスト対象のメソッド呼ばずに済む)
  • RSpec 3.2 has been released!

    Myron MarstonFeb 3, 2015RSpec 3.2 has just been released! Given our commitment to semantic versioning, this should be a trivial upgrade for anyone already using RSpec 3.0 or 3.1, but if we did introduce any regressions, please let us know, and we’ll get a patch release out with a fix ASAP. RSpec continues to be a community-driven project with contributors from all over the world. This release incl

    RSpec 3.2 has been released!
    sue445
    sue445 2015/02/04
  • Notable Changes in RSpec 3

    Myron MarstonMay 21, 2014Update: there’s a Japanese translation of this available now. RSpec 3.0.0 RC1 was released a couple days ago, and 3.0.0 final is just around the corner. We’ve been using the betas for the last 6 months and we’re excited to share them with you. Here’s whats new: Across all gems Removed support for Ruby 1.8.6 and 1.9.1 These versions of Ruby were end-of-lifed long ago and RS

    Notable Changes in RSpec 3
    sue445
    sue445 2014/05/21
  • RSpec 2.99 and 3.0 RC1 have been released!

    Myron MarstonMay 18, 2014The RSpec team has released 3.0.0.rc1 and 2.99.0.rc1! Barring a new major issue being reported, this will be the last prerelease, and we’ll release 2.99.0 and 3.0.0 final in 2 weeks. If you’re upgrading a project from 2.x, check out the upgrade instructions. If you’re curious about what’s new in RSpec 3, check back in a few days – I’ll be posting full list of notable chang

    RSpec 2.99 and 3.0 RC1 have been released!
    sue445
    sue445 2014/05/19
    Deprecate多すぎワロタw
  • RSpec's New Expectation Syntax

    There are a few things motivating this new syntax, and I wanted to blog about it to spread awareness. Delegation Issues Between method_missing, BasicObject and the standard library’s delegate, ruby has very rich tools for building delegate or proxy objects. Unfortunately, RSpec’s should syntax, as elegantly as it reads, is prone to producing weird, confusing failures when testing delegate/proxy ob

    RSpec's New Expectation Syntax
    sue445
    sue445 2013/03/23
  • 1