タグ

2014年10月13日のブックマーク (2件)

  • RSpec をやめて Test::Unit に戻る - tmtms のメモ

    最近の RSpec は、それまで obj.stub(hoge: value) と書けたものが、 allow(obj).to receive(:hoge).and_return value と書かないといけなくなったりとか、正気の沙汰とは思えないような変更をしたりするので、何年かぶりに Test::Unit を使ってみようとリハビリ中です。 RSpec は、テストケースを入れ子にできたり、テストケースや example がクラスやメソッドではなく、文字列で自由に書くことができたりしたのが良かったのですが、最近の Test::Unit ではそれもできるようになっています。 [ruby-list:48926] [ANN] test-unit 2.5.2 このリリースはとみたさんに使ってもらえるように改良したリリー スです。新しく追加した--locationはRSpecの--line_number

    RSpec をやめて Test::Unit に戻る - tmtms のメモ
    ryshinoz
    ryshinoz 2014/10/13
  • Move Fast and Break Nothing

    I gave the closing keynote at the Future of Web Apps in London this October, 2014. This is that talk. The slides and the full video of the talk are directly below. If you're interested in a text accompaniment, read on for the high-level overview. moving fast and breaking things Let's start with the classic Facebook quote, Move fast and break things. Facebook's used that for years: it's a philosoph

    ryshinoz
    ryshinoz 2014/10/13