2016-02-22 15:00:20 +00:00
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
RSpec.describe ProfileController, type: :controller do
|
2016-02-24 23:17:01 +00:00
|
|
|
describe 'GET #show' do
|
|
|
|
pending
|
2016-02-22 15:00:20 +00:00
|
|
|
end
|
|
|
|
|
2016-02-24 23:17:01 +00:00
|
|
|
describe 'GET #entry' do
|
|
|
|
pending
|
|
|
|
end
|
2016-02-22 15:00:20 +00:00
|
|
|
end
|