The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

10 satır
241 B

  1. require 'rails_helper'
  2. RSpec.describe HomeHelper, type: :helper do
  3. describe 'default_props' do
  4. it 'returns default properties according to the context' do
  5. expect(helper.default_props).to eq locale: I18n.locale
  6. end
  7. end
  8. end