The code powering m.abunchtell.com https://m.abunchtell.com
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

profile_controller_spec.rb 173 B

8 лет назад
8 лет назад
8 лет назад
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