The code powering m.abunchtell.com https://m.abunchtell.com
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

profile_controller_spec.rb 173 B

1234567891011
  1. require 'rails_helper'
  2. RSpec.describe ProfileController, type: :controller do
  3. describe 'GET #show' do
  4. pending
  5. end
  6. describe 'GET #entry' do
  7. pending
  8. end
  9. end