Sha256: 5265f14b81358c77af7d7cae05adbaf6741b2ff9e1dead22b7afea8971724842
Contents?: true
Size: 512 Bytes
Versions: 11
Compression:
Stored size: 512 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
11 entries across 11 versions & 1 rubygems