Controller test for users#show

This commit is contained in:
Stella Rouzi 2016-03-03 14:28:14 +02:00
parent 786d2c7985
commit 4b225f321c
5 changed files with 71 additions and 17 deletions

View file

@ -1,12 +0,0 @@
require 'spec_helper'
feature User do
shared_examples 'admin ability' do
end
describe 'admin' do
it_behaves_like 'admin ability', :admin
end
end