Sha256: cd2edbb1a9c1c10950502ab8594d8d6ed508f1887e3e23cf2dbc0f1e9f1764a4
Contents?: true
Size: 542 Bytes
Versions: 10
Compression:
Stored size: 542 Bytes
Contents
# frozen_string_literal: true # 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
10 entries across 10 versions & 1 rubygems