Sha256: 8d60c8ade93639d19ea4c983a01da5809d217171f09196d6b0b5d6580de83ade
Contents?: true
Size: 642 Bytes
Versions: 11
Compression:
Stored size: 642 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 '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
11 entries across 11 versions & 1 rubygems