Augmented Usamimi

it { is_expected.to be_blog.written_by(izumin5210) }

Entries from 2015-02-14 to 1 day

【Rails】JOINするscopeのテスト

テスト方法がよくわからないので,とりあえずto_sqlして正規表現でちゃんとJOINされるか調べてみてる. describe User, type: :model do describe '.join_before_date_period' do subject { User.join_before_event } it do expect(subject.to_sql).to match…