tkymtk's blog

Ruby on Rails及びその周辺について調べたこと。Do whatever you want to do at your own pace.

2015-01-13から1日間の記事一覧

RSpecで試行錯誤

RSpecを--format documentation を付けて実行したときに、結果がいい感じになるように工夫した過程。(だいたい) 最初 describe MatchAddress do describe '#call' do describe '000-0000' do address = described_class.new('000-0000').call it { expect(ad…

間違いがあれば、ご指摘下さると幸いです。