Sha256: 2b2af8ec7a240ed030eedb4cbd2c44e0ec6a8094b5a3742a25b3e7f0daf5da76
Contents?: true
Size: 511 Bytes
Versions: 15
Compression:
Stored size: 511 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper') describe "/admin/users/show" do before do assign(:user, @user = stub_model(User)) end it "renders attributes" do render end end
Version data entries
15 entries across 15 versions & 2 rubygems