Sha256: 6072024dbd2d7218f655625f00639092cb275facd455fc20d60cd6302fc41f6d
Contents?: true
Size: 670 Bytes
Versions: 10
Compression:
Stored size: 670 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 'spec_helper' # Specs in this file have access to a helper object that includes # the GroupsHelper. For example: # # describe GroupsHelper do # describe "string concat" do # it "concats two strings with spaces" do # helper.concat_strings("this","that").should == "this that" # end # end # end describe GroupsHelper do end
Version data entries
10 entries across 10 versions & 1 rubygems