users_controller_spec.rb revision 81da36894af70bbb8d8e24b004026ad4c5c1bc99
require 'spec_helper'
it { should respond_with :success }
it { should render_template :show }
end
end
before do
end
it { should respond_with :success }
it { should render_template :show }
end
end
end